Update siproxy to 0.7.1

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12736 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2008-09-27 16:50:06 +00:00
parent 236f7ffc3b
commit f2edb4fb58

View File

@ -9,15 +9,17 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=siproxd
PKG_VERSION:=0.7.0
PKG_VERSION:=0.7.1
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/siproxd
PKG_MD5SUM:=6c978eef0d00160e50073e2e2fd8c23d
PKG_MD5SUM:=45e5a44803181e2bf3361d562060c904
include $(INCLUDE_DIR)/package.mk
PKG_FIXUP = libtool
define Package/siproxd
SECTION:=net
CATEGORY:=Network
@ -36,6 +38,7 @@ define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
DESTDIR="$(PKG_INSTALL_DIR)" \
SUBDIRS="src scripts contrib" \
LIBLTDL="$(STAGING_DIR)/usr/lib/libltdl.la" \
all install
endef