diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-08-15 08:55:06 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-08-15 08:55:06 +0000 |
commit | c32a5723c1c3579cf2b14645e72468ab9f264be3 (patch) | |
tree | 638f455ad461c55390636af5a222e660c5698762 /games-puzzle/pingus | |
parent | SLOT 0.6.x but leave 0.7.x alone #52509 / #44258 (Manifest recommit) (diff) | |
download | gentoo-2-c32a5723c1c3579cf2b14645e72468ab9f264be3.tar.gz gentoo-2-c32a5723c1c3579cf2b14645e72468ab9f264be3.tar.bz2 gentoo-2-c32a5723c1c3579cf2b14645e72468ab9f264be3.zip |
work with the new 0.6.5 install style
Diffstat (limited to 'games-puzzle/pingus')
-rw-r--r-- | games-puzzle/pingus/pingus-0.6.0-r1.ebuild | 13 |
1 files changed, 6 insertions, 7 deletions
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}" \ |