libxslt: add 1.1.21, closes #2701
authorAntti Andreimann <antti.andreimann@mail.ee>
Thu, 2 Aug 2007 12:18:48 +0000 (12:18 +0000)
committerKoen Kooi <koen@openembedded.org>
Thu, 2 Aug 2007 12:18:48 +0000 (12:18 +0000)
packages/libxslt/libxslt-native_1.1.21.bb [new file with mode: 0644]
packages/libxslt/libxslt_1.1.17.bb
packages/libxslt/libxslt_1.1.21.bb [new file with mode: 0644]

diff --git a/packages/libxslt/libxslt-native_1.1.21.bb b/packages/libxslt/libxslt-native_1.1.21.bb
new file mode 100644 (file)
index 0000000..5157aaa
--- /dev/null
@@ -0,0 +1,4 @@
+require libxslt_${PV}.bb
+inherit native
+
+DEPENDS = "libxml2-native (>=2.6.27)"
index 7abd2c3..2ae61ee 100644 (file)
@@ -3,7 +3,7 @@ SECTION = "libs"
 PRIORITY = "optional"
 DEPENDS = "libxml2"
 LICENSE = "MIT"
-PR = "r2"
+PR = "r3"
 
 SRC_URI = "ftp://xmlsoft.org/libxml2/libxslt-${PV}.tar.gz \
            file://destdir.patch;patch=1"
@@ -11,7 +11,7 @@ S = "${WORKDIR}/libxslt-${PV}"
 
 inherit autotools pkgconfig
 
-EXTRA_OECONF = "--without-python --without-debug --without-mem-debug --without-crypto"
+EXTRA_OECONF = "--without-python --without-plugins --without-debug --without-mem-debug --without-crypto"
 
 xsltheaders = "attributes.h documents.h extensions.h extra.h functions.h imports.h \
                keys.h namespaces.h numbersInternals.h pattern.h preproc.h security.h \
diff --git a/packages/libxslt/libxslt_1.1.21.bb b/packages/libxslt/libxslt_1.1.21.bb
new file mode 100644 (file)
index 0000000..282918e
--- /dev/null
@@ -0,0 +1,22 @@
+DESCRIPTION = "GNOME XSLT library"
+SECTION = "libs"
+PRIORITY = "optional"
+DEPENDS = "libxml2 (>=2.6.27)"
+LICENSE = "MIT"
+PR = "r2"
+
+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"
+
+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}"