Browse Source

Updated pingus (0.6.0 -> 0.7.0)

early
Minto van der Sluis 17 years ago
parent
commit
eb1b279083
  1. 48
      games/pingus/pingus.cache
  2. 36
      games/pingus/pingus.conf
  3. 4
      games/pingus/pingus.desc

48
games/pingus/pingus.cache

@ -1,48 +1,38 @@
[TIMESTAMP] 1133750201 Mon Dec 5 03:36:41 2005 [TIMESTAMP] 1188846838 Mon Sep 3 21:13:58 2007
[BUILDTIME] 85 (5) ERROR [BUILDTIME] 40 (5)
[SIZE] 0.01 MB, 7 files [SIZE] 17.98 MB, 1438 files
[DEP] 00-dirtree [DEP] 00-dirtree
[DEP] autoconf
[DEP] automake
[DEP] bash [DEP] bash
[DEP] binutils [DEP] binutils
[DEP] bison [DEP] boost
[DEP] bzip2 [DEP] bzip2
[DEP] clanlib06
[DEP] coreutils [DEP] coreutils
[DEP] diffutils [DEP] diffutils
[DEP] directfb
[DEP] findutils [DEP] findutils
[DEP] gawk [DEP] gawk
[DEP] gcc [DEP] gcc
[DEP] gettext
[DEP] glibc [DEP] glibc
[DEP] gnue-common
[DEP] grep [DEP] grep
[DEP] hermes [DEP] gst-python
[DEP] libdrm
[DEP] libjpeg
[DEP] libmikmod
[DEP] libogg
[DEP] libpng [DEP] libpng
[DEP] libvorbis [DEP] libsdl
[DEP] libx11 [DEP] libsdl_image
[DEP] libxau [DEP] libsdl_mixer
[DEP] libxdmcp
[DEP] libxext
[DEP] libxml
[DEP] libxxf86vm
[DEP] linux-header [DEP] linux-header
[DEP] m4 [DEP] numpy
[DEP] make [DEP] physfs
[DEP] mesa [DEP] pil
[DEP] mktemp [DEP] pygobject
[DEP] net-tools [DEP] python
[DEP] patch [DEP] rat
[DEP] perl [DEP] scons
[DEP] sed [DEP] sed
[DEP] setuptools
[DEP] sysfiles [DEP] sysfiles
[DEP] tar [DEP] tar
[DEP] util-linux [DEP] trac-doxygen
[DEP] wxpython
[DEP] zlib [DEP] zlib

36
games/pingus/pingus.conf

@ -3,8 +3,6 @@
# #
# Filename: package/.../pingus/pingus.conf # Filename: package/.../pingus/pingus.conf
# Copyright (C) 2007 The OpenSDE Project # Copyright (C) 2007 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
# Copyright (C) 1998 - 2003 Clifford Wolf
# #
# More information can be found in the files COPYING and README. # More information can be found in the files COPYING and README.
# #
@ -14,22 +12,26 @@
# GNU General Public License can be found in the file COPYING. # GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END --- # --- SDE-COPYRIGHT-NOTE-END ---
# Prevent executing normal make and install build steps.
# This package uses scons and a custom install script.
MAKE=scons
makeinstopt=''
bindir=$root/$SDECFG_PKG_GAMES_BINDIR bindir=$root/$SDECFG_PKG_GAMES_BINDIR
datadir=$root/$SDECFG_PKG_GAMES_DATADIR datadir=$root/$SDECFG_PKG_GAMES_DATADIR/$pkg
pingus_install() {
# We need to do some additional magic.
pushd $builddir/pingus-${ver}
[ "$SDECFG_DISABLE_NLS" == "1" ] && \ # Custom installation steps. We could trim some additional fat
var_append extraconfopt " " "--disable-nls" # here (look at install.sh). install.sh complained and could not
[ "$SDECFG_PKG_PINGUS_NOGETTEXT" == "1" ] && \ # be easily fixed.
var_append extraconfopt " " "--without-gettext" install -v pingus "$bindir/$pkg"
[ "$SDECFG_PKG_PINGUS_OPENGL" == "1" ] && \ tar -c data | tar -x -C $datadir
var_append extraconfopt " " "--with-clanGL"
pkgprefix -t clanlib06 # Restore directory.
for x in CXX CPP GCC; do popd
var_append ${x}_WRAPPER_APPEND ' ' "-I$( pkgprefix includedir clanlib06 )/ClanLib-0.6" }
done
for x in CXX GCC; do
var_append ${x}_WRAPPER_APPEND ' ' "-L$( pkgprefix libdir clanlib06 )"
done
autogen=1 hook_add postmake 5 pingus_install

4
games/pingus/pingus.desc

@ -41,8 +41,8 @@
[L] GPL [L] GPL
[S] Stable [S] Stable
[V] 0.6.0 [V] 0.7.0
[P] X -----5---9 215.400 [P] X -----5---9 215.400
[D] 208993478 pingus-0.6.0.tar.bz2 http://pingus.seul.org/files/ [D] 723584230 pingus-0.7.0.tar.bz2 http://pingus.seul.org/files/

Loading…
Cancel
Save