1 DESCRIPTION
= "Pythm is a media player gui designed to work with mplayer or mpd as "slave
" players.\
2 use mplayer to hear music on the road or mpd control if your are at home."
3 HOMEPAGE
= "http://projects.openmoko.org/projects/pythm/"
4 SECTION
= "application/multimedia"
8 PV
= "0.5.1+svnr${SRCPV}"
10 SRC_URI
= "svn://svn.projects.openmoko.org/svnroot/;module=pythm \
11 file://mplayer-escape-filenames.patch \
12 file://pythm.desktop \
14 S
= "${WORKDIR}/pythm"
22 DISTUTILS_INSTALL_ARGS
= "--root=${D} \
24 --install-data=${datadir}"
27 install
-d $
{D
}$
{sysconfdir
}
28 install
-d $
{D
}/$
{datadir
}/applications
29 install
-m
0644 ..
/pythm.conf $
{D
}$
{sysconfdir
}
30 install
-m
0644 ..
/pythm.desktop $
{D
}/$
{datadir
}/applications
35 ${sysconfdir}/pythm.conf \
36 ${datadir}/applications/pythm.desktop"