standardize Makefile, remove useless ipkg and Config.in
authorNicolas Thill <nico@openwrt.org>
Sat, 23 Sep 2006 12:24:07 +0000 (12:24 +0000)
committerNicolas Thill <nico@openwrt.org>
Sat, 23 Sep 2006 12:24:07 +0000 (12:24 +0000)
SVN-Revision: 4809

openwrt/package/arptables/Config.in [deleted file]
openwrt/package/arptables/Makefile
openwrt/package/arptables/ipkg/arptables.control [deleted file]

diff --git a/openwrt/package/arptables/Config.in b/openwrt/package/arptables/Config.in
deleted file mode 100644 (file)
index 6583d32..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-config BR2_PACKAGE_ARPTABLES
-       prompt "arptables......................... ARP firewall administration utility"
-       tristate
-       default m if CONFIG_DEVEL
-       help
-         ARP Firewalling (arptables)
-         
-         http://ebtables.sourceforge.net/
-
index 40e9ac13b02940531c9ca98f7f56d53918f01551..c0c898baedb0251a2f5c5543bccedad7c8538c4f 100644 (file)
@@ -10,28 +10,23 @@ include $(TOPDIR)/rules.mk
 PKG_NAME:=arptables
 PKG_VERSION:=0.0.3
 PKG_RELEASE:=1
-PKG_MD5SUM:=1672244603c8979577aa4738be35a759
 
-PKG_SOURCE_URL:=@SF/ebtables
+PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-v$(PKG_VERSION)
 PKG_SOURCE:=$(PKG_NAME)-v$(PKG_VERSION).tar.gz
+PKG_SOURCE_URL:=@SF/ebtables
+PKG_MD5SUM:=1672244603c8979577aa4738be35a759
 PKG_CAT:=zcat
 
-PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-v$(PKG_VERSION)
-PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
-
 include $(INCLUDE_DIR)/package.mk
 
 define Package/arptables
   SECTION:=net
   CATEGORY:=Network
   TITLE:=ARP firewalling software
-  DESCRIPTION:=ARP firewalling software
   URL:=http://ebtables.sourceforge.net
 endef
 
 define Build/Compile
-       rm -rf $(PKG_INSTALL_DIR)
-       mkdir -p $(PKG_INSTALL_DIR)
        $(MAKE) -C $(PKG_BUILD_DIR) \
                $(TARGET_CONFIGURE_OPTS) \
                COPT_FLAGS="$(TARGET_CFLAGS)" \
diff --git a/openwrt/package/arptables/ipkg/arptables.control b/openwrt/package/arptables/ipkg/arptables.control
deleted file mode 100644 (file)
index 3fec57b..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-Package: arptables
-Priority: optional
-Section: net
-Description: ARP firewalling software