d2a4400700dad12701adaab60089c8503680d2a9
[openembedded.git] / recipes / libxslt / libxslt.inc
1 DESCRIPTION = "GNOME XSLT library"
2 SECTION = "libs"
3 PRIORITY = "optional"
4 DEPENDS = "libxml2 (>=2.6.27)"
5 LICENSE = "MIT"
6 INC_PR = "r4"
7
8 SRC_URI = "ftp://xmlsoft.org/libxml2/${BPN}-${PV}.tar.gz;name=archive"
9 S = "${WORKDIR}/${BPN}-${PV}"
10
11 inherit autotools pkgconfig
12
13 NATIVE_INSTALL_WORKS = "1"
14 BBCLASSEXTEND = "native"
15
16 EXTRA_OECONF = "--without-python --without-debug --without-mem-debug --without-crypto"
17
18 PACKAGES = "${PN}-dbg ${PN}-dev ${PN}-utils ${PN} ${PN}-doc ${PN}-locale"
19
20 FILES_${PN}-dev += "${bindir}/xslt-config"
21 FILES_${PN}-utils += "${bindir}"