aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/madbufferfly/madbutterfly_git.bb
blob: a0f31691f8cbc319a2046334648e1680e365a835 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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"
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}/*"