X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/910b36d0d8c1b4895555d70b14b8bbba760c5065..8bb07ec4ed27e91fef68badb99096256c6b9ac35:/openwrt/package/iptraf/Makefile?ds=sidebyside diff --git a/openwrt/package/iptraf/Makefile b/openwrt/package/iptraf/Makefile index 3837ec856..c5ae8eab7 100644 --- a/openwrt/package/iptraf/Makefile +++ b/openwrt/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)" \