blob: 081c53ca880cd8ebcbd321e91ac7ef20d49f779b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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 = "r0"
SRC_URI = "svn://om-mediaplayer.googlecode.com/svn/;module=trunk;proto=http"
S = "${WORKDIR}/trunk/mokoko"
inherit autotools
|