From a228453eaea9e696d768e31cada5e70764d6779c Mon Sep 17 00:00:00 2001 From: Stanislav Brabec Date: Tue, 26 May 2009 19:31:11 +0000 Subject: totem-pl-parser: Updated to version 2.26.2. --- recipes/totem/totem-pl-parser_2.26.2.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 recipes/totem/totem-pl-parser_2.26.2.bb (limited to 'recipes') diff --git a/recipes/totem/totem-pl-parser_2.26.2.bb b/recipes/totem/totem-pl-parser_2.26.2.bb new file mode 100644 index 0000000000..f9694b05d8 --- /dev/null +++ b/recipes/totem/totem-pl-parser_2.26.2.bb @@ -0,0 +1,18 @@ +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 +} + +# Build of documentation is not yet possible: +do_configure_prepend() { + sed -i -e s:docs::g ${S}/Makefile.am +} -- cgit 1.2.3-korg