Changeset d419478 in freewrt for package/aiccu
- Timestamp:
- Jul 21, 2006, 1:56:32 AM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- 50d34d3
- Parents:
- 2029b2e
- File:
-
- 1 edited
-
package/aiccu/Makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
package/aiccu/Makefile
r2029b2e rd419478 10 10 PKG_SOURCE_URL:=http://www.sixxs.net/archive/sixxs/aiccu/unix 11 11 PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).tar.gz 12 PKG_CAT:=zcat13 12 14 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)13 WRKBUILD:=${WRKDIR}/$(PKG_NAME) 15 14 16 15 include $(TOPDIR)/package/rules.mk … … 18 17 $(eval $(call PKG_template,AICCU,aiccu,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) 19 18 20 $( PKG_BUILD_DIR)/.configured:21 $(SED) "s,strip,$(STRIP)," $( PKG_BUILD_DIR)/unix-console/Makefile19 $(WRKBUILD)/.configured: 20 $(SED) "s,strip,$(STRIP)," $(WRKBUILD)/unix-console/Makefile 22 21 touch $@ 23 22 24 $( PKG_BUILD_DIR)/.built:25 $(MAKE) -C $( PKG_BUILD_DIR) \23 $(WRKBUILD)/.built: 24 $(MAKE) -C $(WRKBUILD) \ 26 25 CC=$(TARGET_CC) CFLAGS="$(TARGET_CFLAGS) -D_GNU_SOURCE" DEBUG=0 27 26 touch $@ … … 29 28 $(IPKG_AICCU): 30 29 mkdir -p $(IDIR_AICCU)/usr/sbin $(IDIR_AICCU)/etc/init.d 31 install -m 755 $( PKG_BUILD_DIR)/unix-console/$(PKG_NAME) $(IDIR_AICCU)/usr/sbin/30 install -m 755 $(WRKBUILD)/unix-console/$(PKG_NAME) $(IDIR_AICCU)/usr/sbin/ 32 31 install -m 755 ./files/aiccu.init $(IDIR_AICCU)/etc/init.d/S51aiccu 33 install -m 644 $( PKG_BUILD_DIR)/doc/aiccu.conf $(IDIR_AICCU)/etc/aiccu.conf32 install -m 644 $(WRKBUILD)/doc/aiccu.conf $(IDIR_AICCU)/etc/aiccu.conf 34 33 $(STRIP) $(IDIR_AICCU)/usr/sbin/* 35 34 $(IPKG_BUILD) $(IDIR_AICCU) $(PACKAGE_DIR)
Note:
See TracChangeset
for help on using the changeset viewer.
