summaryrefslogtreecommitdiff
path: root/package/arpwatch
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-05-30 20:39:07 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-05-30 20:39:07 +0200
commitba3359722cbf8aa7b0ed39e1f81d1d74ec88fecd (patch)
tree10c726d162bc0ded85eb7aeacf8f246bd39ad63a /package/arpwatch
parentbbd610f15a71b27c955175cb98392b114717fd47 (diff)
optimize ipkg package management
- generate ipkg control file from PKG_* variables - automatically install init scripts from ./files/*.init set #PKG pkgname to set the binary package - rename FWINIT -> INIT - move postinst and conffiles meta data to ./files - update the packages to the latest upstream version - remove some unready or unused package (strongswan,..) more cleanups needed after allmodconfig
Diffstat (limited to 'package/arpwatch')
-rw-r--r--package/arpwatch/Makefile11
-rw-r--r--package/arpwatch/files/arpwatch.conffiles (renamed from package/arpwatch/ipkg/arpwatch.conffiles)0
-rw-r--r--package/arpwatch/ipkg/arpwatch.control5
3 files changed, 7 insertions, 9 deletions
diff --git a/package/arpwatch/Makefile b/package/arpwatch/Makefile
index 95197101b..2c2c51cb0 100644
--- a/package/arpwatch/Makefile
+++ b/package/arpwatch/Makefile
@@ -9,11 +9,15 @@ PKG_NAME:= arpwatch
PKG_VERSION:= 2.1a15
PKG_RELEASE:= 1
PKG_MD5SUM:= cebfeb99c4a7c2a6cee2564770415fe7
-MASTER_SITES:= ftp://ftp.ee.lbl.gov/
+PKG_DESCR:= Ethernet monitor program for keeping track of ethernet/ip address pairings
+PKG_SECTION:= net
+PKG_DEPENDS:= libpcap
+PKG_URL:= http://www-nrg.ee.lbl.gov
+PKG_SITES:= ftp://ftp.ee.lbl.gov/
include $(TOPDIR)/mk/package.mk
-$(eval $(call PKG_template,ARPWATCH,arpwatch,$(PKG_VERSION)-$(PKG_RELEASE)))
+$(eval $(call PKG_template,ARPWATCH,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
CONFIGURE_STYLE= gnu
BUILD_STYLE= auto
@@ -23,8 +27,7 @@ MAKE_FLAGS+= ARPDIR=/etc/arpwatch \
LIBS="-L$(STAGING_DIR)/usr/lib -lpcap"
do-install:
- $(INSTALL_DIR) $(IDIR_ARPWATCH)/usr/sbin
- $(INSTALL_DIR) $(IDIR_ARPWATCH)/etc/arpwatch
+ $(INSTALL_DIR) $(IDIR_ARPWATCH)/usr/sbin $(IDIR_ARPWATCH)/etc/arpwatch
$(INSTALL_BIN) $(WRKBUILD)/arpwatch $(IDIR_ARPWATCH)/usr/sbin/
$(INSTALL_BIN) $(WRKBUILD)/arpsnmp $(IDIR_ARPWATCH)/usr/sbin/
$(INSTALL_DATA) $(WRKBUILD)/arp.dat $(IDIR_ARPWATCH)/etc/arpwatch/
diff --git a/package/arpwatch/ipkg/arpwatch.conffiles b/package/arpwatch/files/arpwatch.conffiles
index 9b9d8b3f6..9b9d8b3f6 100644
--- a/package/arpwatch/ipkg/arpwatch.conffiles
+++ b/package/arpwatch/files/arpwatch.conffiles
diff --git a/package/arpwatch/ipkg/arpwatch.control b/package/arpwatch/ipkg/arpwatch.control
deleted file mode 100644
index a72088153..000000000
--- a/package/arpwatch/ipkg/arpwatch.control
+++ /dev/null
@@ -1,5 +0,0 @@
-Package: arpwatch
-Priority: optional
-Section: net
-Description: Ethernet monitor program for keeping track of ethernet/ip address pairings
-Depends: libpcap