Changeset 2610

Show
Ignore:
Timestamp:
05/22/07 17:33:34 (2 years ago)
Author:
wbx
Message:

fix tools tntnet, @tommi: what else than ecppc a developer need?

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/scripts/scan-tools.sh

    r2583 r2610  
    290290fi 
    291291 
     292if ! which zip >/dev/null 2>&1; then 
     293        echo You must install zip to continue, sorry. 
     294        echo 
     295        out=1 
     296fi 
     297 
    292298if ! which patch >/dev/null 2>&1; then 
    293299        echo You must install patch \(from Larry Wall\) to continue. 
  • trunk/freewrt/tools/tntnet/Makefile

    r2591 r2610  
    77PKG_NAME:=              tntnet 
    88PKG_VERSION:=           1.5.3.6 
    9 PKG_RELEASE:=           1 
     9PKG_RELEASE:=           2 
    1010PKG_MD5SUM:=            2108da4e68b22b2e6260c21964cee685 
    1111PKG_SOURCE_URL:=        http://www.tntnet.org/download 
     
    2323                --with-cgi=no \ 
    2424                --with-server=no \ 
     25                --with-ssl=no \ 
    2526                --disable-nls \ 
    2627                --prefix=$(STAGING_TOOLS) \ 
     
    3031        touch $@ 
    3132 
    32 $(WRKBUILD)/tntnet/ecpp: ${WRKBUILD}/.configured 
     33$(WRKBUILD)/sdk/tools/ecppc/ecppc: ${WRKBUILD}/.configured 
     34        PATH=$(STAGING_TOOLS)/bin:$$PATH \ 
    3335        $(MAKE) CC='$(HOSTCC)' CFLAGS='$(HOSTCFLAGS)' \ 
    3436            -C $(WRKBUILD) 
    3537 
    36 $(STAGING_TOOLS)/bin/ecpp: $(WRKBUILD)/tntnet/ecpp 
     38$(STAGING_TOOLS)/bin/ecppc: $(WRKBUILD)/sdk/tools/ecppc/ecppc 
    3739        $(CP) $< $@ 
    3840 
    3941source: $(DL_DIR)/$(PKG_SOURCE) 
    4042prepare: ${WRKBUILD}/.prepared 
    41 compile: $(WRKBUILD)/tntnet/ecpp $(STAGING_TOOLS)/bin/ecpp 
    42 install: $(STAGING_TOOLS)/bin/ecpp 
     43compile: $(WRKBUILD)/sdk/tools/ecppc/ecppc $(STAGING_TOOLS)/bin/ecppc 
     44install: $(STAGING_TOOLS)/bin/ecppc 
    4345clean:  
    4446        rm -rf $(WRKBUILD)