surpport seeking the recorded video
[vuplus_openembedded] / recipes / madbufferfly / madbutterfly_git.bb
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}"
7
8 SRC_URI = "git://git.gitorious.org/madbutterfly/mainline.git;protocol=git \
9            file://001_makefile.am_bugs.patch;patch=1"
10
11 S = "${WORKDIR}/git"
12
13 inherit autotools
14
15 FILES_${PN} += "/bin/* ${libdir}/*.so"
16 FILES_${PN}-dev += "${libdir}/*a ${libdir}/pkgconfig/* ${includedir}/* ${datadir}/*"