X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=ipv6%2Faiccu%2FMakefile;h=6dca950c20ff9d77fbdc601f0472b79fdfd3c69d;hb=533d12e211758b66c6d497503ed900209c347259;hp=f9098e45af8b12780d61624c650379daa4d5a3bb;hpb=eb6335d7def3b55d6b7da47dac9820ed50f500fe;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/ipv6/aiccu/Makefile b/ipv6/aiccu/Makefile index f9098e45af..6dca950c20 100644 --- a/ipv6/aiccu/Makefile +++ b/ipv6/aiccu/Makefile @@ -1,21 +1,19 @@ # -# Copyright (C) 2006 OpenWrt.org +# Copyright (C) 2006-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk PKG_NAME:=aiccu -PKG_VERSION:=20070107 -PKG_RELEASE:=1 +PKG_VERSION:=20070115 +PKG_RELEASE:=9 PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.sixxs.net/archive/sixxs/aiccu/unix -PKG_MD5SUM:=67a6d55ef2d6e88a3f17bcb5eec02c61 -PKG_CAT:=zcat +PKG_MD5SUM:=c9bcc83644ed788e22a7c3f3d4021350 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) @@ -24,7 +22,7 @@ include $(INCLUDE_DIR)/package.mk define Package/aiccu SECTION:=ipv6 CATEGORY:=IPv6 - DEPENDS:=+libpthread + DEPENDS:=+libpthread +ip +kmod-sit +kmod-tun TITLE:=SixXS Automatic IPv6 Connectivity Client Utility URL:=http://www.sixxs.net/tools/aiccu/ endef @@ -35,17 +33,21 @@ endef define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) \ - CC="$(TARGET_CC)" \ - CFLAGS="$(TARGET_CFLAGS) -D_GNU_SOURCE -DAICCU_CONSOLE -I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include" \ - LDFLAGS="-L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/lib -lpthread" \ + CC="$(TARGET_CC)" OS_NAME="Linux" OS_VERSION="$(LINUX_VERSION)" \ + EXTRA_CFLAGS="$(TARGET_CFLAGS)" \ + EXTRA_LDFLAGS="$(TARGET_LDFLAGS) -pthread" \ DEBUG=0 endef +define Package/aiccu/conffiles +/etc/config/aiccu +endef + define Package/aiccu/install $(INSTALL_DIR) $(1)/usr/sbin $(INSTALL_BIN) $(PKG_BUILD_DIR)/unix-console/$(PKG_NAME) $(1)/usr/sbin/ - $(INSTALL_DIR) $(1)/etc - install -m 644 $(PKG_BUILD_DIR)/doc/aiccu.conf $(1)/etc/ + $(INSTALL_DIR) $(1)/etc/config + $(INSTALL_CONF) ./files/aiccu.config $(1)/etc/config/aiccu $(INSTALL_DIR) $(1)/etc/init.d $(INSTALL_BIN) ./files/aiccu.init $(1)/etc/init.d/aiccu endef