X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/363746833cc0e113f56d80f6bbe63c99dae9e3cc..f686cf91cf31f2ddf2cb575c1fd661a5e62a3228:/openwrt/package/arpwatch/Makefile diff --git a/openwrt/package/arpwatch/Makefile b/openwrt/package/arpwatch/Makefile index 8a267692a..27e6c795e 100644 --- a/openwrt/package/arpwatch/Makefile +++ b/openwrt/package/arpwatch/Makefile @@ -7,9 +7,7 @@ PKG_VERSION:=2.1a11 PKG_RELEASE:=1 PKG_MD5SUM:=9ecd00db892737431b0e524f3e52e19e -PKG_SOURCE_URL:= \ - http://nbd.vd-s.ath.cx/openwrt \ - http://nthill.free.fr/openwrt/sources/$(PKG_NAME)/ +PKG_SOURCE_URL:=http://nbd.vd-s.ath.cx/openwrt PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_CAT:=zcat PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) @@ -52,7 +50,8 @@ $(PKG_BUILD_DIR)/.built: ARPDIR=/etc/arpwatch \ CCOPT="$(TARGET_CFLAGS)" \ INCLS="-I. -I$(STAGING_DIR)/usr/include" \ - LIBS="-L$(STAGING_DIR)/usr/lib -lpcap" \ + LIBS="-L$(STAGING_DIR)/usr/lib -lpcap" + touch $@ $(IPKG_ARPWATCH): mkdir -p $(IDIR_ARPWATCH)/usr/sbin