change aiccu section from net to ipv6, standardize
git-svn-id: svn://svn.openwrt.org/openwrt/packages@5241 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
5ded2b9a4c
commit
e5970d7669
@ -10,41 +10,39 @@ include $(TOPDIR)/rules.mk
|
|||||||
PKG_NAME:=aiccu
|
PKG_NAME:=aiccu
|
||||||
PKG_VERSION:=2005.01.31
|
PKG_VERSION:=2005.01.31
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
PKG_MD5SUM:=7c3da5feab3d59fb5a99a45203e0ca56
|
|
||||||
|
|
||||||
PKG_SOURCE_URL:=http://www.sixxs.net/archive/sixxs/aiccu/unix
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).tar.gz
|
||||||
|
PKG_SOURCE_URL:=http://www.sixxs.net/archive/sixxs/aiccu/unix
|
||||||
|
PKG_MD5SUM:=7c3da5feab3d59fb5a99a45203e0ca56
|
||||||
PKG_CAT:=zcat
|
PKG_CAT:=zcat
|
||||||
|
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
|
||||||
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
|
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/aiccu
|
define Package/aiccu
|
||||||
SECTION:=net
|
SECTION:=ipv6
|
||||||
CATEGORY:=Network
|
CATEGORY:=IPv6
|
||||||
TITLE:=SixXS Automatic IPv6 Connectivity Client Utility
|
TITLE:=SixXS Automatic IPv6 Connectivity Client Utility
|
||||||
DESCRIPTION:=SixXS Automatic IPv6 Connectivity Client Utility
|
|
||||||
URL:=http://www.sixxs.net/archive/sixxs/aiccu/unix
|
URL:=http://www.sixxs.net/archive/sixxs/aiccu/unix
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
$(SED) "s,strip,$(STRIP)," $(PKG_BUILD_DIR)/unix-console/Makefile
|
$(SED) "s,strip,$(STRIP)," $(PKG_BUILD_DIR)/unix-console/Makefile
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
rm -rf $(PKG_INSTALL_DIR)
|
|
||||||
mkdir -p $(PKG_INSTALL_DIR)
|
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||||
CC="$(TARGET_CC)" CFLAGS="$(TARGET_CFLAGS) -D_GNU_SOURCE" LDFLAGS="-lpthread" DEBUG=0
|
CC="$(TARGET_CC)" CFLAGS="$(TARGET_CFLAGS) -D_GNU_SOURCE" LDFLAGS="-lpthread" DEBUG=0
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/aiccu/install
|
define Package/aiccu/install
|
||||||
mkdir -p $(1)/usr/sbin $(1)/etc/init.d
|
install -d -m0755 $(1)/usr/sbin
|
||||||
install -m 755 $(PKG_BUILD_DIR)/unix-console/$(PKG_NAME) $(1)/usr/sbin/
|
install -m 755 $(PKG_BUILD_DIR)/unix-console/$(PKG_NAME) $(1)/usr/sbin/
|
||||||
|
install -d -m0755 $(1)/etc
|
||||||
|
install -m 644 $(PKG_BUILD_DIR)/doc/aiccu.conf $(1)/etc/
|
||||||
|
install -d -m0755 $(1)/etc/init.d
|
||||||
install -m 755 ./files/aiccu.init $(1)/etc/init.d/aiccu
|
install -m 755 ./files/aiccu.init $(1)/etc/init.d/aiccu
|
||||||
install -m 644 $(PKG_BUILD_DIR)/doc/aiccu.conf $(1)/etc/aiccu.conf
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,aiccu))
|
$(eval $(call BuildPackage,aiccu))
|
Loading…
x
Reference in New Issue
Block a user