update parprouted to 0.64, add dependency on libpthread
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 15 Jan 2007 14:44:24 +0000 (14:44 +0000)
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 15 Jan 2007 14:44:24 +0000 (14:44 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@6107 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/parprouted/Makefile

index f669e27..8466a3e 100644 (file)
@@ -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.\\\