summaryrefslogtreecommitdiff
path: root/recipes/madbufferfly/madbutterfly_git.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2009-04-14 16:31:48 -0700
committerKhem Raj <raj.khem@gmail.com>2009-04-14 16:31:48 -0700
commit3189734f8d6b1287c757cb9664d7e045ab3c57d7 (patch)
tree5c3d50c45086d94994eb5c750f3c3d9ae9b5c924 /recipes/madbufferfly/madbutterfly_git.bb
parent9396869c27c4f4cbf093c356a8df20965ee929ad (diff)
parent06b6c395daf1cc41c95f8e2f094ea3b1e97d6d7b (diff)
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
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}/*"