- Timestamp:
- Jul 21, 2006, 2:27:26 AM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- 8e39b7e
- Parents:
- b266f30
- Location:
- package
- Files:
-
- 4 edited
-
bluez-libs/Makefile (modified) (1 diff)
-
bluez-utils/Makefile (modified) (1 diff)
-
gcom/Makefile (modified) (1 diff)
-
microcom/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
package/bluez-libs/Makefile
rb266f30 r918291b 15 15 16 16 $(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)/.source21 17 22 18 $(WRKBUILD)/.configured: -
package/bluez-utils/Makefile
rb266f30 r918291b 11 11 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz 12 12 13 14 13 include $(TOPDIR)/package/rules.mk 15 14 16 15 $(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)/.source21 16 22 17 $(WRKBUILD)/.configured: -
package/gcom/Makefile
rb266f30 r918291b 11 11 PKG_SOURCE:=$(PKG_NAME)$(PKG_VERSION).tgz 12 12 13 14 DISTFILES:= 13 WRKSRC=${WRKDIR} 15 14 include $(TOPDIR)/package/rules.mk 16 17 WRKBUILD=${WRKDIR}18 15 19 16 $(eval $(call PKG_template,GCOM,$(PKG_NAME),$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) -
package/microcom/Makefile
rb266f30 r918291b 12 12 PKG_SOURCE:=m$(PKG_FILEVERSION).tar.gz 13 13 14 15 DISTFILES:= 14 WRKSRC=${WRKDIR} 16 15 include $(TOPDIR)/package/rules.mk 17 16 18 17 $(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 manually24 zcat $(DL_DIR)/$(PKG_SOURCE) | (cd $(WRKBUILD); $(TAR_EXTRACT) )25 touch $@26 18 27 19 $(WRKBUILD)/.configured:
Note:
See TracChangeset
for help on using the changeset viewer.
