aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/madbufferfly/madbutterfly_git.bb
blob: 0fda9029c2e9ee50849759bee6edb840336876fa (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;patch=1"

S = "${WORKDIR}/git"

inherit autotools

FILES_${PN} += "/bin/* ${libdir}/*.so"
FILES_${PN}-dev += "${libdir}/*a ${libdir}/pkgconfig/* ${includedir}/* ${datadir}/*"