standardize Makefile, remove useless ipkg and Config.in
SVN-Revision: 4809
This commit is contained in:
parent
03e53fd5d4
commit
ba8800ea22
3 changed files with 4 additions and 22 deletions
|
@ -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/
|
||||
|
|
@ -10,14 +10,12 @@ include $(TOPDIR)/rules.mk
|
|||
PKG_NAME:=arptables
|
||||
PKG_VERSION:=0.0.3
|
||||
PKG_RELEASE:=1
|
||||
PKG_MD5SUM:=1672244603c8979577aa4738be35a759
|
||||
|
||||
PKG_SOURCE_URL:=@SF/ebtables
|
||||
PKG_SOURCE:=$(PKG_NAME)-v$(PKG_VERSION).tar.gz
|
||||
PKG_CAT:=zcat
|
||||
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-v$(PKG_VERSION)
|
||||
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
|
||||
PKG_SOURCE:=$(PKG_NAME)-v$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=@SF/ebtables
|
||||
PKG_MD5SUM:=1672244603c8979577aa4738be35a759
|
||||
PKG_CAT:=zcat
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
|
@ -25,13 +23,10 @@ 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)" \
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
Package: arptables
|
||||
Priority: optional
|
||||
Section: net
|
||||
Description: ARP firewalling software
|
Loading…
Reference in a new issue