diff options
Diffstat (limited to 'packages/gnome')
-rw-r--r-- | packages/gnome/libbacon_cvs.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/packages/gnome/libbacon_cvs.bb b/packages/gnome/libbacon_cvs.bb new file mode 100644 index 0000000000..cbe1a9ad47 --- /dev/null +++ b/packages/gnome/libbacon_cvs.bb @@ -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 +} + + + + |