X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/06fd9e8928b1afe6013aad7f467cb9e14cbd1575..91ab93d31346fe42e34786775a90bd15d17de997:/openwrt/package/scanlogd/Makefile diff --git a/openwrt/package/scanlogd/Makefile b/openwrt/package/scanlogd/Makefile index 8f9175a4b..afde59399 100644 --- a/openwrt/package/scanlogd/Makefile +++ b/openwrt/package/scanlogd/Makefile @@ -1,13 +1,15 @@ -# $Id: Makefile,v 1.1 2005/06/11 11:40:04 wbx Exp $ +# $Id$ include $(TOPDIR)/rules.mk PKG_NAME:=scanlogd -PKG_VERSION:=2.2.5 +PKG_VERSION:=2.2.6 PKG_RELEASE:=1 -PKG_MD5SUM:=6b53ad390a51f0835e66b1efa84d710a +PKG_MD5SUM:=7b8187ea718ebe47f22805b921b909ab -PKG_SOURCE_URL:=http://www.openwall.com/scanlogd/ +PKG_SOURCE_URL:=http://www.openwall.com/scanlogd/ \ + ftp://ftp.wiretapped.net/pub/openwall/ \ + http://distro.ibiblio.org/pub/linux/distributions/openwall/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_CAT:=zcat @@ -20,6 +22,7 @@ $(eval $(call PKG_template,SCANLOGD,scanlogd,$(PKG_VERSION)-$(PKG_RELEASE),$(ARC $(PKG_BUILD_DIR)/.configured: $(SED) "s,/var/empty,/tmp/.scanlogd," $(PKG_BUILD_DIR)/params.h + $(SED) "s,#undef SCANLOGD_DEVICE,#define SCANLOGD_DEVICE \"all\"," $(PKG_BUILD_DIR)/params.h touch $@ $(PKG_BUILD_DIR)/.built: