aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnome/libbacon_svn.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gnome/libbacon_svn.bb')
-rw-r--r--recipes/gnome/libbacon_svn.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes/gnome/libbacon_svn.bb b/recipes/gnome/libbacon_svn.bb
new file mode 100644
index 0000000000..2f36c3d808
--- /dev/null
+++ b/recipes/gnome/libbacon_svn.bb
@@ -0,0 +1,20 @@
+DESCRIPTION = "Bacon is a multimedia library"
+LICENSE = "GPLv2"
+
+DEPENDS = "glib-2.0"
+
+PV = "0.0+svn${SRCDATE}"
+
+inherit gnome
+
+SRC_URI = "svn://svn.gnome.org/svn/${PN}/;module=trunk"
+
+S = "${WORKDIR}/trunk"
+
+do_stage() {
+ autotools_stage_all
+}
+
+
+
+