summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-08-15 08:53:52 +0000
committerMike Frysinger <vapier@gentoo.org>2004-08-15 08:53:52 +0000
commitafbd892890d5bdd67a9341e135397a7875539548 (patch)
treee7783f9522a1debf8b3b75aff16f7e0ea4ef8020 /games-puzzle/pingus
parentwork with the new 0.6.5 install style (diff)
downloadhistorical-afbd892890d5bdd67a9341e135397a7875539548.tar.gz
historical-afbd892890d5bdd67a9341e135397a7875539548.tar.bz2
historical-afbd892890d5bdd67a9341e135397a7875539548.zip
work with the new 0.6.5 install style
Diffstat (limited to 'games-puzzle/pingus')
-rw-r--r--games-puzzle/pingus/Manifest14
-rw-r--r--games-puzzle/pingus/pingus-0.6.0-r1.ebuild13
2 files changed, 18 insertions, 9 deletions
diff --git a/games-puzzle/pingus/Manifest b/games-puzzle/pingus/Manifest
index f258107e1d79..16f193853026 100644
--- a/games-puzzle/pingus/Manifest
+++ b/games-puzzle/pingus/Manifest
@@ -1,5 +1,15 @@
-MD5 47016f847055cdaf54389e9a380d4a2f pingus-0.6.0-r1.ebuild 1106
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
MD5 9f6a88555832dee8be8f4c363bafbee4 ChangeLog 1313
MD5 f40bbfa2eda5672febaa041b87f025b7 metadata.xml 1049
-MD5 cf74eabf33bb46fc3ed87e741b182c10 files/digest-pingus-0.6.0-r1 66
+MD5 9f22301d973c9bb865073618b579fc59 pingus-0.6.0-r1.ebuild 1199
MD5 c9c5cd0b4f1ab5cdb79bcc756aba215e files/0.6.0-gcc3.patch 5070
+MD5 cf74eabf33bb46fc3ed87e741b182c10 files/digest-pingus-0.6.0-r1 66
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.9.10 (GNU/Linux)
+
+iD8DBQFBHyTcHTu7gpaalycRAiBCAKD5HaTZRhQyb+yMNpitWMZ8ddWuegCfRH+v
+eod/g8OjhMMvSZUtXZLP6u8=
+=57Sn
+-----END PGP SIGNATURE-----
diff --git a/games-puzzle/pingus/pingus-0.6.0-r1.ebuild b/games-puzzle/pingus/pingus-0.6.0-r1.ebuild
index 73669f4c683a..3f14500bc311 100644
--- a/games-puzzle/pingus/pingus-0.6.0-r1.ebuild
+++ b/games-puzzle/pingus/pingus-0.6.0-r1.ebuild
@@ -1,33 +1,32 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pingus/pingus-0.6.0-r1.ebuild,v 1.6 2004/06/24 23:08:44 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pingus/pingus-0.6.0-r1.ebuild,v 1.7 2004/08/15 08:53:52 vapier Exp $
-inherit eutils games
+inherit games eutils flag-o-matic
DESCRIPTION="free Lemmings clone"
HOMEPAGE="http://pingus.seul.org/"
SRC_URI="http://pingus.seul.org/files/${P}.tar.bz2"
-KEYWORDS="x86"
LICENSE="GPL-2"
SLOT="0"
+KEYWORDS="x86 amd64"
IUSE="nls opengl"
DEPEND=">=media-libs/hermes-1.3.2-r2
=dev-games/clanlib-0.6.5*
>=dev-libs/libxml2-2.5.6"
-pkg_setup() {
- clanlib-config 0.6.5
-}
-
src_unpack() {
unpack ${A}
cd ${S}
epatch "${FILESDIR}/${PV}-gcc3.patch"
+ autoconf || die
}
src_compile() {
+ append-flags -I${ROOT}/usr/include/clanlib-0.6.5
+ append-ldflags -L${ROOT}/usr/lib/clanlib-0.6.5
egamesconf \
--with-bindir="${GAMES_BINDIR}" \
--with-datadir="${GAMES_DATADIR_BASE}" \