X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/81b3eea3b64f77616a208c4e6bca87bdbde56efd..d75add62a3ee1f64bb82d05977d21c0c1320b9de:/package/iptraf/Makefile diff --git a/package/iptraf/Makefile b/package/iptraf/Makefile index 3837ec856..c5ae8eab7 100644 --- a/package/iptraf/Makefile +++ b/package/iptraf/Makefile @@ -1,9 +1,11 @@ +# $Id$ + include $(TOPDIR)/rules.mk PKG_NAME:=iptraf PKG_VERSION:=2.7.0 PKG_RELEASE:=1 -PKG_MD5SUM:= +PKG_MD5SUM:=7ff0bc933a0a57a4ca9e2b0443307539 PKG_SOURCE_URL:=ftp://iptraf.seul.org/pub/iptraf/ \ ftp://the.wiretapped.net/pub/security/network-monitoring/iptraf/ @@ -17,10 +19,10 @@ include $(TOPDIR)/package/rules.mk $(eval $(call PKG_template,IPTRAF,iptraf,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) -$(PKG_BUILD_DIR)/.configured: $(PKG_BUILD_DIR)/.prepared +$(PKG_BUILD_DIR)/.configured: touch $@ -$(PKG_BUILD_DIR)/.built: +$(PKG_BUILD_DIR)/.built: $(PKG_BUILD_DIR)/.configured $(MAKE) -C $(PKG_BUILD_DIR)/src \ $(TARGET_CONFIGURE_OPTS) \ CFLAGS="$(TARGET_CFLAGS)" \