[package] update neon to 0.29.0 (#5938)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@17849 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2009-10-04 10:56:10 +00:00
parent ad90073a96
commit 714822d06e

View File

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=neon
PKG_VERSION:=0.28.2
PKG_VERSION:=0.29.0
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.webdav.org/neon/
PKG_MD5SUM:=b99b3f44e8507ae2d17362f1b34aaf02
PKG_MD5SUM:=18a3764b70f9317f8b61509fd90d9e7a
PKG_FIXUP = libtool
@ -58,7 +58,7 @@ define Build/InstallDev
$(SED) 's,-L$$$${libdir},,g' $(1)/usr/bin/neon-config
endef
define Package/libneon/install
define Package/libneon/install
$(INSTALL_DIR) $(1)/usr/lib
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libneon.so.* $(1)/usr/lib/
endef