blob: f8671fa5f8efe78f045056c824739af7589a7101 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
DESCRIPTION = "MadButterfly is a SVG browser. It can be used to be GUI environment of embedded system or desktop."
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "BSD"
DEPENDS = "cairo pango"
SRCREV = "ecd1842714b5e982f3138cbdd358517d57be6aa3"
PV = "0.0.1+gitr${SRCREV}"
SRC_URI = "git://git.gitorious.org/madbutterfly/mainline.git;protocol=git \
file://001_makefile.am_bugs.patch"
S = "${WORKDIR}/git"
inherit autotools
FILES_${PN} += "/bin/* ${libdir}/*.so"
FILES_${PN}-dev += "${libdir}/*a ${libdir}/pkgconfig/* ${includedir}/* ${datadir}/*"
|