Update libxslt to 1.1.24 (#3595)
authorFlorian Fainelli <florian@openwrt.org>
Sun, 6 Jul 2008 17:59:32 +0000 (17:59 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Sun, 6 Jul 2008 17:59:32 +0000 (17:59 +0000)
SVN-Revision: 11731

libs/libxslt/Makefile

index f688475742f7d14f5ef262d7d8a245c97791905d..a6f81c695b1d3510ffe966b96167428337e67439 100644 (file)
@@ -9,16 +9,13 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=libxslt
-PKG_VERSION:=1.1.14
+PKG_VERSION:=1.1.24
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://xmlsoft.org/sources/ \
        ftp://fr.rpmfind.net/pub/libxml/
-PKG_MD5SUM:=db71660bb7d01ccd4e6be990af8d813b
-
-PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
-PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
+PKG_MD5SUM:=e83ec5d27fc4c10c6f612879bea9a153
 
 include $(INCLUDE_DIR)/package.mk