X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=libs%2Flibxml2%2FMakefile;h=bd1e6a1bccf12b10edc8b8ccbf646752aaf0ecfa;hb=6d4f6a31fea93241659b693c8fd0f7df92be1789;hp=155640c656ab5014fd9ff66daf147c4c2ee7fb9c;hpb=1d440c48f205bc3a273f4eb8db241d2f7af5f70e;p=feed%2Fpackages.git diff --git a/libs/libxml2/Makefile b/libs/libxml2/Makefile index 155640c656..bd1e6a1bcc 100644 --- a/libs/libxml2/Makefile +++ b/libs/libxml2/Makefile @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libxml2 -PKG_VERSION:=2.9.4 +PKG_VERSION:=2.9.6 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://gd.tuwien.ac.at/languages/libxml/ \ http://xmlsoft.org/sources/ \ ftp://fr.rpmfind.net/pub/libxml/ -PKG_MD5SUM:=ae249165c173b1ff386ee8ad676815f5 +PKG_HASH:=8b9038cca7240e881d462ea391882092dfdc6d4f483f72683e817be08df5ebbc PKG_LICENSE:=MIT PKG_LICENSE_FILES:=COPYING @@ -118,6 +118,10 @@ define Build/InstallDev $(INSTALL_DIR) $(1)/usr/lib $(CP) $(PKG_INSTALL_DIR)/usr/lib/libxml2.{la,a,so*} $(1)/usr/lib/ + $(INSTALL_DIR) $(1)/usr/lib/cmake/libxml2 + $(CP) $(PKG_INSTALL_DIR)/usr/lib/cmake/libxml2/libxml2-config.cmake \ + $(1)/usr/lib/cmake/libxml2 + $(INSTALL_DIR) $(1)/usr/lib/pkgconfig $(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/libxml-2.0.pc $(1)/usr/lib/pkgconfig/