From ba3359722cbf8aa7b0ed39e1f81d1d74ec88fecd Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 30 May 2009 20:39:07 +0200 Subject: 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 --- package/arpwatch/Makefile | 11 +++++++---- package/arpwatch/files/arpwatch.conffiles | 1 + package/arpwatch/ipkg/arpwatch.conffiles | 1 - package/arpwatch/ipkg/arpwatch.control | 5 ----- 4 files changed, 8 insertions(+), 10 deletions(-) create mode 100644 package/arpwatch/files/arpwatch.conffiles delete mode 100644 package/arpwatch/ipkg/arpwatch.conffiles delete mode 100644 package/arpwatch/ipkg/arpwatch.control (limited to 'package/arpwatch') 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/files/arpwatch.conffiles b/package/arpwatch/files/arpwatch.conffiles new file mode 100644 index 000000000..9b9d8b3f6 --- /dev/null +++ b/package/arpwatch/files/arpwatch.conffiles @@ -0,0 +1 @@ +/etc/arpwatch/arp.dat diff --git a/package/arpwatch/ipkg/arpwatch.conffiles b/package/arpwatch/ipkg/arpwatch.conffiles deleted file mode 100644 index 9b9d8b3f6..000000000 --- a/package/arpwatch/ipkg/arpwatch.conffiles +++ /dev/null @@ -1 +0,0 @@ -/etc/arpwatch/arp.dat 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 -- cgit v1.2.3