Changeset 918291b in freewrt for package


Ignore:
Timestamp:
Jul 21, 2006, 2:27:26 AM (19 years ago)
Author:
Thorsten Glaser <tg@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
8e39b7e
Parents:
b266f30
Message:

remove more dead code, and fix my fix to gcom's Makefile...
of course you set WRKSRC not WRKBUILD

git-svn-id: svn://www.freewrt.org/trunk/freewrt@309 afb5a338-a214-0410-bd46-81f09a774fd1

Location:
package
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • package/bluez-libs/Makefile

    rb266f30 r918291b  
    1515
    1616$(eval $(call PKG_template,BLUEZ_LIBS,bluez-libs,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
    17 
    18 $(WRKBUILD)/.source: $(DL_DIR)/$(PKG_SOURCE)
    19         zcat $(DL_DIR)/$(PKG_SOURCE) | (cd ${WRKDIR}; $(TAR_EXTRACT) )
    20         touch $(BLUEZLIBS_DIR)/.source
    2117
    2218$(WRKBUILD)/.configured:
  • package/bluez-utils/Makefile

    rb266f30 r918291b  
    1111PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
    1212
    13 
    1413include $(TOPDIR)/package/rules.mk
    1514
    1615$(eval $(call PKG_template,BLUEZ_UTILS,bluez-utils,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
    17 
    18 $(WRKBUILD)/.source: $(DL_DIR)/$(PKG_SOURCE)
    19         zcat $(DL_DIR)/$(PKG_SOURCE) | (cd ${WRKDIR}; $(TAR_EXTRACT) )
    20         touch $(BLUEZLIBS_DIR)/.source
    2116
    2217$(WRKBUILD)/.configured:
  • package/gcom/Makefile

    rb266f30 r918291b  
    1111PKG_SOURCE:=$(PKG_NAME)$(PKG_VERSION).tgz
    1212
    13 
    14 DISTFILES:=
     13WRKSRC=${WRKDIR}
    1514include $(TOPDIR)/package/rules.mk
    16 
    17 WRKBUILD=${WRKDIR}
    1815
    1916$(eval $(call PKG_template,GCOM,$(PKG_NAME),$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
  • package/microcom/Makefile

    rb266f30 r918291b  
    1212PKG_SOURCE:=m$(PKG_FILEVERSION).tar.gz
    1313
    14 
    15 DISTFILES:=
     14WRKSRC=${WRKDIR}
    1615include $(TOPDIR)/package/rules.mk
    1716
    1817$(eval $(call PKG_template,MICROCOM,microcom,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
    19 
    20 $(WRKBUILD)/.prepared:
    21         rm -rf $(WRKBUILD)
    22         mkdir -p $(WRKBUILD)
    23         # the .tar.gz is different - no subdirectory, so do this manually
    24         zcat $(DL_DIR)/$(PKG_SOURCE) | (cd $(WRKBUILD); $(TAR_EXTRACT) )
    25         touch $@
    2618
    2719$(WRKBUILD)/.configured:
Note: See TracChangeset for help on using the changeset viewer.