blob: f22d445ae8ad6cd4786852bac545969115616fbe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
DESCRIPTION = "Mokoko - a simple media player"
HOMEPAGE = "http://code.google.com/p/om-mediaplayer/"
SECTION = "openmoko/applications"
LICENSE = "GPL"
DEPENDS = "gstreamer"
RDEPENDS = "gstreamer"
PV = "0.1+svnr${SRCPV}"
PR = "r1"
SRC_URI = "svn://om-mediaplayer.googlecode.com/svn/;module=trunk;proto=http"
S = "${WORKDIR}/trunk/mokoko"
inherit autotools
FILES_${PN} += "${prefix}/etc/*"
|