aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mokoko/mokoko_svn.bb
blob: a66e01ed0d2e59e129f35a9641ba4705e29ec054 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
DESCRIPTION = "Mokoko - a simple media player"
HOMEPAGE = "http://code.google.com/p/om-mediaplayer/"
SECTION = "openmoko/applications"
LICENSE = "GPL"
DEPENDS = "gstreamer"
RDEPENDS = "gstreamer"

SRCREV = "127"
PV = "0.1+svnr${SRCPV}"
PR = "r2"

SRC_URI = "svn://om-mediaplayer.googlecode.com/svn/;module=trunk;proto=http"

S = "${WORKDIR}/trunk/mokoko"

inherit autotools

do_configure_prepend () {
        autopoint --force
}

FILES_${PN} += "${prefix}/etc/*"