aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/madbufferfly/madbutterfly_git.bb
diff options
context:
space:
mode:
authorTick Chen <ticktock35@gmail.com>2009-04-14 17:36:46 +0800
committerTick Chen <ticktock35@gmail.com>2009-04-14 17:40:26 +0800
commita2151a9e98d98aa051d14c53fca0303d76e819b6 (patch)
tree2242605cb40371323658be46767b4b7cba225bc0 /recipes/madbufferfly/madbutterfly_git.bb
parent56fe494547aba6d67973a8e1e3c21fe7a7501dc0 (diff)
downloadopenembedded-a2151a9e98d98aa051d14c53fca0303d76e819b6.tar.gz
madbutterfly: adding madbutterfly bb file
Diffstat (limited to 'recipes/madbufferfly/madbutterfly_git.bb')
-rw-r--r--recipes/madbufferfly/madbutterfly_git.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/madbufferfly/madbutterfly_git.bb b/recipes/madbufferfly/madbutterfly_git.bb
new file mode 100644
index 0000000000..a0f31691f8
--- /dev/null
+++ b/recipes/madbufferfly/madbutterfly_git.bb
@@ -0,0 +1,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}/*"