]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/opie-mediaplayer1/opie-mediaplayer1.inc
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / opie-mediaplayer1 / opie-mediaplayer1.inc
1 DESCRIPTION = "The classic Opie media player"
2 SECTION = "opie/multimedia"
3 PRIORITY = "optional"
4 LICENSE = "GPL"
5 DEPENDS = "opie-mediaplayer2-skin-default"
6 RDEPENDS = "opie-mediaplayer2-skin-default"
7 RRECOMMENDS = "opie-mediaplayer1-libmadplugin opie-mediaplayer1-libwavplugin \
8 opie-mediaplayer1-libmodplugin opie-mediaplayer1-libtremorplugin"
9 APPNAME = "opieplayer"
10 APPTYPE = "binary"
11
12
13 S = "${WORKDIR}/${APPNAME}"
14
15 inherit opie
16
17 # FILES bin/opieplayer pics/opieplayer apps/Applications/opieplayer.desktop
18 do_install() {
19         install -d ${D}${palmtopdir}/pics/${APPNAME}/skins/default/
20         install -m 0644 ${WORKDIR}/pics/${APPNAME}/*.png ${D}${palmtopdir}/pics/${APPNAME}/
21 }
22