aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnome/gnomebaker_0.6.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gnome/gnomebaker_0.6.0.bb')
-rw-r--r--recipes/gnome/gnomebaker_0.6.0.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/gnome/gnomebaker_0.6.0.bb b/recipes/gnome/gnomebaker_0.6.0.bb
new file mode 100644
index 0000000000..692ed2ee6c
--- /dev/null
+++ b/recipes/gnome/gnomebaker_0.6.0.bb
@@ -0,0 +1,12 @@
+DESCRIPTION = "Gnomebaker is a GTK2/GNOME cd burning application. "
+LICENSE = "GPLv2"
+
+DEPENDS = "gtk+ libnotify libgnome libgnomeui libxml2 libglade gstreamer"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.gz"
+
+inherit autotools pkgconfig
+
+FILES_${PN} += "${datadir}/icons"
+
+