Changeset b266f30 in freewrt
- Timestamp:
- Jul 21, 2006, 2:16:21 AM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- 918291b
- Parents:
- f0ab706
- File:
-
- 1 edited
-
package/gcom/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
package/gcom/Makefile
rf0ab706 rb266f30 15 15 include $(TOPDIR)/package/rules.mk 16 16 17 WRKBUILD=${WRKDIR} 18 17 19 $(eval $(call PKG_template,GCOM,$(PKG_NAME),$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) 18 19 $(WRKBUILD)/.prepared:20 rm -rf $(WRKBUILD)21 mkdir -p $(WRKBUILD)22 # the .tgz is different - no subdirectory, so do this manually23 zcat $(DL_DIR)/$(PKG_SOURCE) | (cd $(WRKBUILD); $(TAR_EXTRACT) )24 if [ -d ./patches ]; then $(PATCH) $(WRKBUILD) ./patches ; fi25 touch $@26 20 27 21 $(WRKBUILD)/.configured:
Note:
See TracChangeset
for help on using the changeset viewer.
