aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/totem/totem-pl-parser_2.30.0.bb
blob: f39114c3d468396fb83eb594a68433ddece08600 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
DESCRIPTION = "Playlist parser for Totem, a GTK2 based media player"
HOMEPAGE = "http://www.gnome.org/projects/totem/"
LICENSE = "LGPLv2"

PR = "r1"

DEPENDS = "gmime eds-dbus"

inherit gnome

SRC_URI[archive.md5sum] = "81bf8e3043a9ec89bdd391c36ebd50d1"
SRC_URI[archive.sha256sum] = "403b18c1582c14effb4e2dabf339dfdbc45285204a0cf958fc250a387b6fc65c"

# Build of documentation is not yet possible:
do_configure() {
	sed -i -e s:docs::g ${S}/Makefile.am
	libtoolize --force
	gnu-configize --force
	oe_runconf
}