aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libxslt/libxslt.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/libxslt/libxslt.inc')
-rw-r--r--recipes/libxslt/libxslt.inc21
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes/libxslt/libxslt.inc b/recipes/libxslt/libxslt.inc
new file mode 100644
index 0000000000..d2a4400700
--- /dev/null
+++ b/recipes/libxslt/libxslt.inc
@@ -0,0 +1,21 @@
+DESCRIPTION = "GNOME XSLT library"
+SECTION = "libs"
+PRIORITY = "optional"
+DEPENDS = "libxml2 (>=2.6.27)"
+LICENSE = "MIT"
+INC_PR = "r4"
+
+SRC_URI = "ftp://xmlsoft.org/libxml2/${BPN}-${PV}.tar.gz;name=archive"
+S = "${WORKDIR}/${BPN}-${PV}"
+
+inherit autotools pkgconfig
+
+NATIVE_INSTALL_WORKS = "1"
+BBCLASSEXTEND = "native"
+
+EXTRA_OECONF = "--without-python --without-debug --without-mem-debug --without-crypto"
+
+PACKAGES = "${PN}-dbg ${PN}-dev ${PN}-utils ${PN} ${PN}-doc ${PN}-locale"
+
+FILES_${PN}-dev += "${bindir}/xslt-config"
+FILES_${PN}-utils += "${bindir}"