ti-c6accel_1.00.00.04: add new recipe
[openembedded.git] / recipes / sidplayer / sidplayer_1.5.0.bb
blobd617ca82c49e709c67210b6058cd80c13c8af853
1 DESCRIPTION = "A SID Player for the Qt/Embedded based Palmtop Environments"
2 SECTION = "opie/multimedia"
3 PRIORITY = "optional"
4 LICENSE = "GPL"
5 HOMEPAGE = "http://sidplayer.sourceforge.net/"
6 DEPENDS = "libsidplay"
7 PR = "r1"
9 SRC_URI = "http://sidplayer.sourceforge.net/sidplayer.tar.gz \
10 file://use-external-libsidplay.patch \
11 file://gcc3.patch \
12 file://gcc34.patch"
13 S = "${WORKDIR}/sidplayer"
15 EXTRA_QMAKEVARS_POST += "INCLUDEPATH+=${STAGING_INCDIR}/sidplay"
17 inherit palmtop
19 do_install() {
20 install -d ${D}${palmtopdir}/bin \
21 ${D}${palmtopdir}/apps/Applications \
22 ${D}${palmtopdir}/pics
23 cp -pPR ../apps ../bin ../pics ${D}${palmtopdir}/
26 SRC_URI[md5sum] = "bba4a99e59581066e905c9326a724ba5"
27 SRC_URI[sha256sum] = "bc6bfd100c495e74baa651c470252484b19bfc2e6fa8520f591b0c01b9fcfb5d"