libbacon: add floating cvs version
authorKoen Kooi <koen@openembedded.org>
Sun, 19 Nov 2006 15:14:03 +0000 (15:14 +0000)
committerKoen Kooi <koen@openembedded.org>
Sun, 19 Nov 2006 15:14:03 +0000 (15:14 +0000)
packages/gnome/libbacon_cvs.bb [new file with mode: 0644]

diff --git a/packages/gnome/libbacon_cvs.bb b/packages/gnome/libbacon_cvs.bb
new file mode 100644 (file)
index 0000000..cbe1a9a
--- /dev/null
@@ -0,0 +1,20 @@
+DESCRIPTION = "Bacon is a multimedia library"
+LICENSE = "GPLv2"
+
+DEPENDS = "glib-2.0"
+
+PV = "0.0+cvs${SRCDATE}"
+
+inherit gnome
+
+SRC_URI = "cvs://anonymous@anoncvs.gnome.org/cvs/gnome;module=${PN}"
+
+S = "${WORKDIR}/${PN}"
+
+do_stage() {
+       autotools_stage_all
+}      
+
+
+
+