summaryrefslogtreecommitdiff
path: root/packages/efl1/engrave_cvs.bb
blob: 169ba856a7b4ffa6b3a33d0e9ab18a8da0947ac7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DESCRIPTION = "Engrave is an Edje Editing Library"
LICENSE = "MIT"
# also requires yacc and lex on host
DEPENDS = "evas ecore"
PV = "0.0.0+cvs${SRCDATE}"

inherit efl1

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

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