From: Felix Fietkau Date: Thu, 12 May 2005 18:26:43 +0000 (+0000) Subject: convert aiccu to new packaging style X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=88927b6eae83854db1ac490ca98ea8d3f5ffdf9b convert aiccu to new packaging style SVN-Revision: 838 --- diff --git a/openwrt/package/aiccu/Makefile b/openwrt/package/aiccu/Makefile index 0b662d198d..f680f33ccb 100644 --- a/openwrt/package/aiccu/Makefile +++ b/openwrt/package/aiccu/Makefile @@ -9,38 +9,20 @@ PKG_SOURCE_URL:=http://www.sixxs.net/archive/sixxs/aiccu/unix PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).tar.gz PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) PKG_CAT:=zcat -PKG_IPK:=$(PACKAGE_DIR)/$(PKG_NAME)_$(PKG_VERSION)-$(PKG_RELEASE)_$(ARCH).ipk -PKG_IPK_DIR:=$(PKG_BUILD_DIR)/ipkg -$(DL_DIR)/$(PKG_SOURCE): - $(SCRIPT_DIR)/download.pl $(DL_DIR) $(PKG_SOURCE) $(PKG_MD5SUM) $(PKG_SOURCE_URL) +include $(TOPDIR)/package/rules.mk -$(PKG_BUILD_DIR)/.unpacked: $(DL_DIR)/$(PKG_SOURCE) - $(PKG_CAT) $(DL_DIR)/$(PKG_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) - - touch $(PKG_BUILD_DIR)/.unpacked +$(eval $(call PKG_template,AICCU,aiccu,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) -$(PKG_BUILD_DIR)/unix-console/$(PKG_NAME): $(PKG_BUILD_DIR)/.unpacked +$(PKG_BUILD_DIR)/.built: $(SED) "s,strip,$(STRIP)," $(PKG_BUILD_DIR)/unix-console/Makefile $(MAKE) CC=$(TARGET_CC) CFLAGS="$(TARGET_CFLAGS) -D_GNU_SOURCE" DEBUG=0 -C $(PKG_BUILD_DIR) -$(PKG_IPK): $(PKG_BUILD_DIR)/unix-console/$(PKG_NAME) - $(SCRIPT_DIR)/make-ipkg-dir.sh $(PKG_IPK_DIR) $(PKG_NAME).control $(PKG_VERSION)-$(PKG_RELEASE) $(ARCH) - mkdir -p $(PKG_IPK_DIR)/usr/sbin $(PKG_IPK_DIR)/etc/init.d - install -m 755 $(PKG_BUILD_DIR)/unix-console/$(PKG_NAME) $(PKG_IPK_DIR)/usr/sbin/ - install -m 755 ./files/S51aiccu $(PKG_IPK_DIR)/etc/init.d/ - install -m 644 $(PKG_BUILD_DIR)/doc/aiccu.conf $(PKG_IPK_DIR)/etc/aiccu.conf - $(STRIP) $(PKG_IPK_DIR)/usr/sbin/* - mkdir -p $(PACKAGE_DIR) - $(IPKG_BUILD) $(PKG_IPK_DIR) $(PACKAGE_DIR) +$(IPKG_AICCU): + mkdir -p $(IDIR_AICCU)/usr/sbin $(IDIR_AICCU)/etc/init.d + install -m 755 $(PKG_BUILD_DIR)/unix-console/$(PKG_NAME) $(IDIR_AICCU)/usr/sbin/ + install -m 755 ./files/S51aiccu $(IDIR_AICCU)/etc/init.d/ + install -m 644 $(PKG_BUILD_DIR)/doc/aiccu.conf $(IDIR_AICCU)/etc/aiccu.conf + $(STRIP) $(IDIR_AICCU)/usr/sbin/* + $(IPKG_BUILD) $(IDIR_AICCU) $(PACKAGE_DIR) -$(IPKG_STATE_DIR)/info/$(PKG_NAME).list: $(PKG_IPK) - $(IPKG) install $(PKG_IPK) - -source: $(DL_DIR)/$(PKG_SOURCE) -prepare: $(PKG_BUILD_DIR)/.unpacked -compile: $(PKG_IPK) -install: $(IPKG_STATE_DIR)/info/$(PKG_NAME).list - -clean: - rm -rf $(PKG_BUILD_DIR) - rm -f $(PKG_IPK) diff --git a/openwrt/package/aiccu/aiccu.control b/openwrt/package/aiccu/aiccu.control deleted file mode 100644 index 464e8d843f..0000000000 --- a/openwrt/package/aiccu/aiccu.control +++ /dev/null @@ -1,7 +0,0 @@ -Package: aiccu -Priority: optional -Section: net -Maintainer: Sebastien NOEL -Source: buildroot internal -Depends: kmod-ipv6, ip, libpthread -Description: SixXS Automatic IPv6 Connectivity Client Utility diff --git a/openwrt/package/aiccu/ipkg/aiccu.control b/openwrt/package/aiccu/ipkg/aiccu.control new file mode 100644 index 0000000000..464e8d843f --- /dev/null +++ b/openwrt/package/aiccu/ipkg/aiccu.control @@ -0,0 +1,7 @@ +Package: aiccu +Priority: optional +Section: net +Maintainer: Sebastien NOEL +Source: buildroot internal +Depends: kmod-ipv6, ip, libpthread +Description: SixXS Automatic IPv6 Connectivity Client Utility