summaryrefslogtreecommitdiff
path: root/recipes/pingus/pingus_0.7.2.bb
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2009-11-13 02:31:22 +0100
committerHenning Heinold <heinold@inf.fu-berlin.de>2009-11-13 02:31:22 +0100
commit14a73529b5d431f148c441e6a32c7ad52713db19 (patch)
tree0c2d80ecb0a0128c032a354fa293e43ae05811e8 /recipes/pingus/pingus_0.7.2.bb
parent2c3bb2bf4504b194cf3c606e1d016cf0f98a5201 (diff)
pingus: make it buildable again
* add patches for finding right boost lib and fixing c-headers * pingus has no install target so make do_stage empty * bump PR
Diffstat (limited to 'recipes/pingus/pingus_0.7.2.bb')
-rw-r--r--recipes/pingus/pingus_0.7.2.bb10
1 files changed, 8 insertions, 2 deletions
diff --git a/recipes/pingus/pingus_0.7.2.bb b/recipes/pingus/pingus_0.7.2.bb
index a10131fa51..10f99bae0e 100644
--- a/recipes/pingus/pingus_0.7.2.bb
+++ b/recipes/pingus/pingus_0.7.2.bb
@@ -1,9 +1,9 @@
DESCRIPTION = "Pingus is a free Lemmings clone."
-DEPENDS = "virtual/libsdl libsdl-image libsdl-mixer boost libpng"
+DEPENDS = "virtual/libiconv virtual/libsdl libsdl-image libsdl-mixer boost libpng"
LICENSE = "GPL"
HOMEPAGE = "http://pingus.seul.org/"
SECTION = "x11/games"
-PR = "r1"
+PR = "r2"
ARM_INSTRUCTION_SET = "arm"
@@ -12,6 +12,8 @@ inherit scons
SRC_URI = "\
http://pingus.seul.org/files/pingus-0.7.2.tar.bz2 \
file://sconstruct.diff;patch=1 \
+ file://boost.patch;patch=1 \
+ file://cheader.patch;patch=1 \
file://pingus.desktop \
file://pingus.png \
file://pingus-gta012.sh \
@@ -36,6 +38,10 @@ do_install() {
fi
}
+do_stage() {
+ :
+}
+
# Account for 1337 script in do_install
PACKAGE_ARCH_om-gta01 = "${MACHINE_ARCH}"
PACKAGE_ARCH_om-gta02 = "${MACHINE_ARCH}"