From: Nicolas Thill Date: Mon, 15 Jan 2007 14:44:24 +0000 (+0000) Subject: update parprouted to 0.64, add dependency on libpthread X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=b98f6b732f38847ebe4ad8d1bd8e8faf62dafd5e;p=openwrt%2Fsvn-archive%2Fpackages.git update parprouted to 0.64, add dependency on libpthread SVN-Revision: 6107 --- diff --git a/net/parprouted/Makefile b/net/parprouted/Makefile index f669e27a4..8466a3e38 100644 --- a/net/parprouted/Makefile +++ b/net/parprouted/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=parprouted -PKG_VERSION:=0.63 +PKG_VERSION:=0.64 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.hazard.maks.net/parprouted/ -PKG_MD5SUM:=12753098a22e82997d1941d6d2284750 +PKG_MD5SUM:=14133c9cb8dd9c9a90ff37648ae7b31a PKG_CAT:=zcat PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) @@ -24,6 +24,7 @@ include $(INCLUDE_DIR)/package.mk define Package/parprouted SECTION:=net CATEGORY:=Network + DEPENDS:=+libpthread TITLE:=Proxy ARP daemon DESCRIPTION:=\ parprouted is a daemon for transparent IP (Layer 3) proxy ARP bridging.\\\