diff options
author | Chris Larson <clarson@kergoth.com> | 2004-12-07 22:05:47 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-12-07 22:05:47 +0000 |
commit | a780643c4b6aa11e1a36965a69df7116477c7b4c (patch) | |
tree | 17e81e77bde19931facf9b30fa5b5981df796071 /tickypip | |
parent | 88cce8db7ebf88ab9da2366a2ac21a5a723340b8 (diff) |
Merge oe-devel@oe-devel.bkbits.net:packages.bb
into handhelds.org:/home/kergoth/code/packages.bb
2004/12/07 04:58:25-06:00 ti.com!kergoth
More updates per the core rename.
2004/12/07 04:46:51-06:00 ti.com!kergoth
Update soundtracker per the core rename.
2004/12/07 04:44:14-06:00 ti.com!kergoth
Merge
2004/12/07 04:42:38-06:00 ti.com!kergoth
Updates per the recent rename of the oe core from 'oe' to 'bitbake'.
BKrev: 41b6293b91LRHSxMOt6WnrZVAdLbFw
Diffstat (limited to 'tickypip')
-rw-r--r-- | tickypip/tickypip-levels_1.1.bb | 0 | ||||
-rw-r--r-- | tickypip/tickypip-levels_1.1.oe | 36 | ||||
-rw-r--r-- | tickypip/tickypip_0.1.2.bb | 0 | ||||
-rw-r--r-- | tickypip/tickypip_0.1.2.oe | 33 |
4 files changed, 0 insertions, 69 deletions
diff --git a/tickypip/tickypip-levels_1.1.bb b/tickypip/tickypip-levels_1.1.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/tickypip/tickypip-levels_1.1.bb diff --git a/tickypip/tickypip-levels_1.1.oe b/tickypip/tickypip-levels_1.1.oe deleted file mode 100644 index feb084dc79..0000000000 --- a/tickypip/tickypip-levels_1.1.oe +++ /dev/null @@ -1,36 +0,0 @@ -DESCRIPTION = "Tickypip levels from NetWalk Group" -SECTION = "opie/games" -PRIORITY = "optional" -MAINTAINER = "Marcin Juszkiewicz <openembedded@hrw.one.pl>" -LICENSE = "${PN}" -SRC_DISTRIBUTE_LICENSES += "${PN}" -AUTHOR = "NetWalk Group <netwalkgroup@hotmail.com>" -RDEPENDS = "tickypip" -PACKAGE_ARCH = "all" -PR = "r1" - -SRC_URI = "http://www.hrw.one.pl/_pliki/oe/files/tickypip-levels_${PV}.tar.bz2" - -S = "${WORKDIR}/" - -# -# Authors response to LICENSE question: -# -# You may distribute them for free provide that you have links to our level -# packs in PalmGear. -# -# Packs available on PalmGear: Pak1, Pak3, Pak8, Pak9, Pak10 -# -# URL: http://palmgear.com/index.cfm?fuseaction=software.developer&userID=862314499 -# -# I also got permission to distribute rest of levelpacks which was available -# from Palm Gaming World: -# http://www.palmgamingworld.com/add-in/netwalk.shtml -# - -do_install () { - install -d ${D}/${palmtopdir}/share/tickypip/levels - install -m 0644 levels/* ${D}/${palmtopdir}/share/tickypip/levels/ -} - -FILES_${PN} = "${palmtopdir}/" diff --git a/tickypip/tickypip_0.1.2.bb b/tickypip/tickypip_0.1.2.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/tickypip/tickypip_0.1.2.bb diff --git a/tickypip/tickypip_0.1.2.oe b/tickypip/tickypip_0.1.2.oe deleted file mode 100644 index 1e514d0574..0000000000 --- a/tickypip/tickypip_0.1.2.oe +++ /dev/null @@ -1,33 +0,0 @@ -DESCRIPTION = "Tickypip" -SECTION = "opie/games" -PRIORITY = "optional" -MAINTAINER = "Marcin Juszkiewicz <openembedded@hrw.one.pl>" -LICENSE = "GPL" -AUTHOR = "Christian Hammond" -HOMEPAGE = "http://www.chipx86.com/projects/tickypip/" -RRECOMMENDS = "tickypip-levels" -PR = "r3" - -SRC_URI = "http://www.chipx86.com/packages/ipkg/tickypip-0.1.2.tar.gz \ - file://local_compile.patch;patch=1 \ - file://tickypip.desktop \ - file://tickypip.png" - -APPNAME = "tickypip" -APPTYPE = "binary" -APPDESKTOP = "${WORKDIR}" - -QMAKE_PROFILES = "tickypip.pro" - -do_install () { - install -d ${D}/${palmtopdir}/pics/${APPNAME}/ - install -m 0644 ${WORKDIR}/*.png ${D}/${palmtopdir}/pics/${APPNAME}/ - install -m 0644 ${S}/images/*.png ${D}/${palmtopdir}/pics/${APPNAME}/ - -# copy share - install -d ${D}/${palmtopdir}/share/${APPNAME}/levels - install -m 0644 ${S}/levels/* ${D}/${palmtopdir}/share/${APPNAME}/levels/ -} - - -inherit opie |