diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-03-26 08:28:58 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-03-26 08:37:33 +0100 |
commit | 72d20d2be3dacb05059ddccdcedda86697786752 (patch) | |
tree | d2ebb27130b122b92867301c64d8a09adc2bc846 /recipes/libxslt/libxslt.inc | |
parent | 2493fb3e3287c35d3fda037c1dbf2cfd0894ab37 (diff) |
libxslt: introduce libxslt.inc, move checksums to recipe, add 1.1.26
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/libxslt/libxslt.inc')
-rw-r--r-- | recipes/libxslt/libxslt.inc | 21 |
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}" |