[oe-commits] org.oe.dev libxslt: add 1.1.22 and bruteforce fix pkgconfig files

koen commit openembedded-commits at lists.openembedded.org
Wed Mar 5 16:12:06 UTC 2008


libxslt: add 1.1.22 and bruteforce fix pkgconfig files

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 069961becc44a86c25703ae2d26de30fba398c72
ViewMTN: http://monotone.openembedded.org/revision/info/069961becc44a86c25703ae2d26de30fba398c72
Files:
1
packages/libxslt/libxslt_1.1.22.bb
Diffs:

#
# mt diff -r6d1947d7e0d68a9a78cc76dec3c4b2cb304839e9 -r069961becc44a86c25703ae2d26de30fba398c72
#
# 
# 
# add_file "packages/libxslt/libxslt_1.1.22.bb"
#  content [79128c5d67c70cbfa31d1f46637bcb63e408194e]
# 
============================================================
--- packages/libxslt/libxslt_1.1.22.bb	79128c5d67c70cbfa31d1f46637bcb63e408194e
+++ packages/libxslt/libxslt_1.1.22.bb	79128c5d67c70cbfa31d1f46637bcb63e408194e
@@ -0,0 +1,28 @@
+DESCRIPTION = "GNOME XSLT library"
+SECTION = "libs"
+PRIORITY = "optional"
+DEPENDS = "libxml2 (>=2.6.27)"
+LICENSE = "MIT"
+
+SRC_URI = "ftp://xmlsoft.org/libxml2/libxslt-${PV}.tar.gz"
+S = "${WORKDIR}/libxslt-${PV}"
+
+inherit autotools pkgconfig
+
+EXTRA_OECONF = "--without-python --without-debug --without-mem-debug --without-crypto"
+
+# Something is wrong inside configure.ac, so we need to resort to sed in this stage :(
+# Koen - 20080305
+do_compile_append() {
+	sed -i -e s:-L${STAGING_LIBDIR}::g  libexslt.pc
+	sed -i -e s:-L${STAGING_LIBDIR}::g  libxslt.pc
+} 
+
+do_stage () {
+	autotools_stage_all
+}
+
+PACKAGES = "${PN}-dbg ${PN}-dev ${PN}-utils ${PN} ${PN}-doc ${PN}-locale"
+
+FILES_${PN}-dev += "${bindir}/xslt-config"
+FILES_${PN}-utils += "${bindir}"






More information about the Openembedded-commits mailing list