6b5aa536c2ec0eefae1c23016d6e9c17265ff581
[vuplus_openembedded] / sidplayer / sidplayer_1.5.0.oe
1 DESCRIPTION = "A SID Player for the Qt/Embedded based Palmtop Environments"
2 SECTION = "base"
3 PRIORITY = "optional"
4 MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
5 LICENSE = "GPL"
6 RDEPENDS = "libqpe1 libsidplay"
7 DEPENDS = "virtual/libc libsidplay"
8
9 SRC_URI = "http://sidplayer.sourceforge.net/sidplayer.tar.gz                \
10            file://${FILESDIR}/use-external-libsidplay.patch;patch=1 \
11            file://${FILESDIR}/gcc3.patch;patch=1"
12 S = "${WORKDIR}/sidplayer"
13 EXTRA_QMAKEVARS_PRE = "QMAKE_INCDIR=${STAGING_INCDIR}/sidplay"
14
15 inherit palmtop
16
17 do_install() {
18         install -d ${D}${palmtopdir}/{bin,apps/Applications,pics}
19         cp -a ../apps ../bin ../pics ${D}${palmtopdir}/        
20 }