micro-uclibc.conf: move OVERRIDES to bottom of file
[openembedded.git] / recipes / madbufferfly / madbutterfly_git.bb
bloba0f31691f8cbc319a2046334648e1680e365a835
1 DESCRIPTION = "MadButterfly is a SVG browser. It can be used to be GUI environment of embedded system or desktop."
2 SECTION = "libs"
3 PRIORITY = "optional"
4 LICENSE = "BSD"
5 DEPENDS = "cairo pango"
6 PV = "0.0.1+gitr${SRCREV}"
8 SRC_URI = "git://git.gitorious.org/madbutterfly/mainline.git;protocol=git \
9 file://001_makefile.am_bugs.patch;patch=1"
11 S = "${WORKDIR}/git"
13 inherit autotools
15 FILES_${PN} += "/bin/* ${libdir}/*.so"
16 FILES_${PN}-dev += "${libdir}/*a ${libdir}/pkgconfig/* ${includedir}/* ${datadir}/*"