summaryrefslogtreecommitdiff
path: root/package/arpwatch/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/arpwatch/Makefile')
-rw-r--r--package/arpwatch/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/package/arpwatch/Makefile b/package/arpwatch/Makefile
index 38444971a..c2823f889 100644
--- a/package/arpwatch/Makefile
+++ b/package/arpwatch/Makefile
@@ -7,13 +7,15 @@ PKG_NAME:= arpwatch
PKG_VERSION:= 2.1a15
PKG_RELEASE:= 1
PKG_MD5SUM:= cebfeb99c4a7c2a6cee2564770415fe7
-PKG_DESCR:= Ethernet monitor program
+PKG_DESCR:= ethernet monitor program
PKG_SECTION:= net/security
PKG_DEPENDS:= libpcap
PKG_BUILDDEP:= libpcap
PKG_URL:= http://www-nrg.ee.lbl.gov/
PKG_SITES:= ftp://ftp.ee.lbl.gov/
+DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
+
include $(TOPDIR)/mk/package.mk
$(eval $(call PKG_template,ARPWATCH,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))