summaryrefslogtreecommitdiff
path: root/packages/efl1/exml_cvs.bb
blob: 5ffdaef266b4b38ec1ad6b8a46c28e0af0aaccef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DESCRIPTION = "Exml is a generic XML parser wrapper."
LICENSE = "MIT"
DEPENDS = "libxml2 libxslt ecore"

inherit efl1

SRC_URI = "${E_CVS};module=e17/libs/exml"
S = "${WORKDIR}/exml"

PACKAGES =+ "${PN}-tests"
FILES_${PN}-tests = "${bindir}/*_* ${datadir}"
FILES_${PN}-dev += "${bindir}/*-config"
FILES_${PN} = "${libdir}/*.so*"