diff options
author | Stanislav Brabec <utx@penguin.cz> | 2009-05-26 19:31:11 +0000 |
---|---|---|
committer | utx@penguin.cz <utx@penguin.cz> | 2009-05-26 19:31:11 +0000 |
commit | 31d61332a420537ee647427b980d054a2f55e453 (patch) | |
tree | 85fea3282181afc227cbc280c6801ae07142da9c /recipes/totem/totem-pl-parser_2.26.2.bb | |
parent | d630bf6330993ada782a1bd856da22c78516a1d5 (diff) |
totem-pl-parser: Updated to version 2.26.2.
Diffstat (limited to 'recipes/totem/totem-pl-parser_2.26.2.bb')
-rw-r--r-- | recipes/totem/totem-pl-parser_2.26.2.bb | 18 |
1 files changed, 18 insertions, 0 deletions
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 +} |