aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/totem/totem-pl-parser_2.24.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/totem/totem-pl-parser_2.24.1.bb')
-rw-r--r--recipes/totem/totem-pl-parser_2.24.1.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/totem/totem-pl-parser_2.24.1.bb b/recipes/totem/totem-pl-parser_2.24.1.bb
new file mode 100644
index 0000000000..7f3cd861e9
--- /dev/null
+++ b/recipes/totem/totem-pl-parser_2.24.1.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "Playlist parser for Totem, a GTK2 based media player"
+HOMEPAGE = "http://www.gnome.org/projects/totem/"
+LICENSE = "GPL"
+
+DEPENDS = "eds-dbus"
+
+inherit gnome
+
+AUTOTOOLS_STAGE_PKGCONFIG = "1"
+
+do_stage() {
+ autotools_stage_all
+}
+
+