Merge oe-devel@oe-devel.bkbits.net:packages
[openembedded.git] / tickypip / tickypip-levels_1.1.oe
1 DESCRIPTION = "Tickypip levels from NetWalk Group"
2 SECTION = "opie/games"
3 PRIORITY = "optional"
4 MAINTAINER = "Marcin Juszkiewicz <openembedded@hrw.one.pl>"
5 LICENSE = "${PN}"
6 SRC_DISTRIBUTE_LICENSES += "${PN}"
7 AUTHOR = "NetWalk Group <netwalkgroup@hotmail.com>"
8 RDEPENDS = "tickypip"
9 PACKAGE_ARCH = "all"
10 PR = "r1"
11
12 SRC_URI = "http://www.hrw.one.pl/_pliki/oe/files/tickypip-levels_${PV}.tar.bz2"
13
14 S = "${WORKDIR}/"
15
16 #
17 # Authors response to LICENSE question:
18 #
19 # You may distribute them for free provide that you have links to our level
20 # packs in PalmGear.
21 #
22 # Packs available on PalmGear: Pak1, Pak3, Pak8, Pak9, Pak10
23
24 # URL: http://palmgear.com/index.cfm?fuseaction=software.developer&userID=862314499
25 #
26 # I also got permission to distribute rest of levelpacks which was available
27 # from Palm Gaming World:
28 # http://www.palmgamingworld.com/add-in/netwalk.shtml
29 #
30
31 do_install () {
32         install -d ${D}/${palmtopdir}/share/tickypip/levels
33         install -m 0644 levels/* ${D}/${palmtopdir}/share/tickypip/levels/
34 }
35
36 FILES_${PN} = "${palmtopdir}/"