diff options
author | Denys Dmytriyenko <denis@denix.org> | 2009-03-17 14:32:59 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denis@denix.org> | 2009-03-17 14:32:59 -0400 |
commit | 709c4d66e0b107ca606941b988bad717c0b45d9b (patch) | |
tree | 37ee08b1eb308f3b2b6426d5793545c38396b838 /packages/pingus | |
parent | fa6cd5a3b993f16c27de4ff82b42684516d433ba (diff) |
rename packages/ to recipes/ per earlier agreement
See links below for more details:
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Mike Westerhof <mwester@dls.net>
Acked-by: Philip Balister <philip@balister.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Marcin Juszkiewicz <hrw@openembedded.org>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'packages/pingus')
-rw-r--r-- | packages/pingus/files/pingus-gta012.sh | 4 | ||||
-rw-r--r-- | packages/pingus/files/pingus.desktop | 11 | ||||
-rw-r--r-- | packages/pingus/files/pingus.png | bin | 3490 -> 0 bytes | |||
-rw-r--r-- | packages/pingus/files/sconstruct.diff | 49 | ||||
-rw-r--r-- | packages/pingus/pingus_0.7.2.bb | 44 |
5 files changed, 0 insertions, 108 deletions
diff --git a/packages/pingus/files/pingus-gta012.sh b/packages/pingus/files/pingus-gta012.sh deleted file mode 100644 index 70346c5646..0000000000 --- a/packages/pingus/files/pingus-gta012.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -xrandr -o 3 -pingus.bin --fast-mode -g 640x480 --disable-music --disable-sound --fullscreen -xrandr -o 0 diff --git a/packages/pingus/files/pingus.desktop b/packages/pingus/files/pingus.desktop deleted file mode 100644 index 2c70038ba6..0000000000 --- a/packages/pingus/files/pingus.desktop +++ /dev/null @@ -1,11 +0,0 @@ -[Desktop Entry] -Type=Application -Version=0.7.2 -Name=Pingus -GenericName=Lemmings Clone -Comment=Pingus is a free Lemmings-like game -Icon=pingus -Exec=pingus -f -g 640x480 -m -s -Terminal=false -StartupNotify=false -Categories=Application;Games;ArcadeGame; diff --git a/packages/pingus/files/pingus.png b/packages/pingus/files/pingus.png Binary files differdeleted file mode 100644 index 020b0ebb2b..0000000000 --- a/packages/pingus/files/pingus.png +++ /dev/null diff --git a/packages/pingus/files/sconstruct.diff b/packages/pingus/files/sconstruct.diff deleted file mode 100644 index 0ca3c3675f..0000000000 --- a/packages/pingus/files/sconstruct.diff +++ /dev/null @@ -1,49 +0,0 @@ ---- a/SConstruct 2007-10-30 10:23:37.000000000 +0100 -+++ b/SConstruct 2008-09-30 01:38:17.000000000 +0200 -@@ -334,8 +334,8 @@ - - def DefineOptions(filename, args): - opts = Options(filename, args) -- opts.Add('CC', 'C Compiler', 'gcc') -- opts.Add('CXX', 'C++ Compiler', 'g++') -+ opts.Add('CC', 'C Compiler', os.environ['CC']) -+ opts.Add('CXX', 'C++ Compiler', os.environ['CXX']) - # opts.Add('debug', 'Build with debugging options', 0) - # opts.Add('profile', 'Build with profiling support', 0) - -@@ -526,14 +526,15 @@ - ARGUMENTS = {} - - if not ('configure' in COMMAND_LINE_TARGETS): -- if ARGUMENTS != {}: -- print "Error: You must not supply arguments to the compile step." -- print "Use:" -- print "" -- print " scons configure [ARGUMENTS]..." -- print "" -- print "If you want to change the build configuration." -- os.sys.exit(1) -+# if ARGUMENTS != {}: -+# print "Error: You must not supply arguments to the compile step." -+# print ARGUMENTS -+# print "Use:" -+# print "" -+# print " scons configure [ARGUMENTS]..." -+# print "" -+# print "If you want to change the build configuration." -+# os.sys.exit(1) - - opts = DefineOptions("config.py", {}) - env = Environment(options = opts) -@@ -541,6 +542,11 @@ - - opts.Update(env) - env['CPPPATH'] += ['.', 'src/'] -+ env['ENV']['CXX'] = os.environ['CXX'] -+ env['ENV']['CC'] = os.environ['CC'] -+ env['ENV']['CPP'] = os.environ['CPP'] -+ env['ENV']['RANLIB'] = os.environ['RANLIB'] -+ env['ENV']['PATH'] = os.environ['PATH'] - Default(env.Program('pingus', pingus_sources + env['optional_sources'])) - Clean('pingus', ['config.py', 'config.h']) - diff --git a/packages/pingus/pingus_0.7.2.bb b/packages/pingus/pingus_0.7.2.bb deleted file mode 100644 index a10131fa51..0000000000 --- a/packages/pingus/pingus_0.7.2.bb +++ /dev/null @@ -1,44 +0,0 @@ -DESCRIPTION = "Pingus is a free Lemmings clone." -DEPENDS = "virtual/libsdl libsdl-image libsdl-mixer boost libpng" -LICENSE = "GPL" -HOMEPAGE = "http://pingus.seul.org/" -SECTION = "x11/games" -PR = "r1" - -ARM_INSTRUCTION_SET = "arm" - -inherit scons - -SRC_URI = "\ - http://pingus.seul.org/files/pingus-0.7.2.tar.bz2 \ - file://sconstruct.diff;patch=1 \ - file://pingus.desktop \ - file://pingus.png \ - file://pingus-gta012.sh \ -" -S = "${WORKDIR}/pingus-${PV}" - -do_install() { - install -d ${D}${bindir} - install -d ${D}${datadir}/pingus - install -d ${D}${datadir}/pixmaps - install -d ${D}${datadir}/applications - install -m 0644 ${WORKDIR}/pingus.png ${D}${datadir}/pixmaps - cp -a ${S}/data ${D}/${datadir}/pingus - install -m 0644 ${WORKDIR}/pingus.desktop ${D}${datadir}/applications - - # specialized start script for OM devices - if test "${MACHINE}" = om-gta01 || test "${MACHINE}" = om-gta02 ; then - install -m 0755 ${WORKDIR}/pingus-gta012.sh ${D}${bindir}/pingus - install -m 0755 ${S}/pingus ${D}${bindir}/pingus.bin - else - install -m 0755 ${S}/pingus ${D}${bindir}/pingus - fi -} - -# Account for 1337 script in do_install -PACKAGE_ARCH_om-gta01 = "${MACHINE_ARCH}" -PACKAGE_ARCH_om-gta02 = "${MACHINE_ARCH}" - -FILES_${PN} += "${datadir}" - |