diff options
author | 2004-08-15 08:55:06 +0000 | |
---|---|---|
committer | 2004-08-15 08:55:06 +0000 | |
commit | 953ab2da49309bda93d0949a4b335991e30f1a41 (patch) | |
tree | 0400df3f66a8b0a950edb0954e2082b93b22a9d4 /games-action | |
parent | work with the new 0.6.5 install style (diff) | |
download | historical-953ab2da49309bda93d0949a4b335991e30f1a41.tar.gz historical-953ab2da49309bda93d0949a4b335991e30f1a41.tar.bz2 historical-953ab2da49309bda93d0949a4b335991e30f1a41.zip |
work with the new 0.6.5 install style
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/clanbomber/Manifest | 16 | ||||
-rw-r--r-- | games-action/clanbomber/clanbomber-1.05.ebuild | 16 |
2 files changed, 20 insertions, 12 deletions
diff --git a/games-action/clanbomber/Manifest b/games-action/clanbomber/Manifest index f8ebf05e6be9..39c9abafb6b2 100644 --- a/games-action/clanbomber/Manifest +++ b/games-action/clanbomber/Manifest @@ -1,8 +1,18 @@ -MD5 fa54fa95019beb768af2bd85b2aacdab clanbomber-1.05.ebuild 1030 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 82e254e4819eeeaf19880d1e20c979fe clanbomber-1.04.ebuild 912 MD5 9802c0debb23dfefb27aa3bdac592d53 ChangeLog 641 MD5 042c680a45dc47c6b52b7f6643ef0ae2 metadata.xml 664 -MD5 18333125f34d58cb129c22c86ad7ef50 files/1.05-no-display.patch 1217 +MD5 f5d44857e66661fc49082136bdc762e5 clanbomber-1.05.ebuild 1083 MD5 e2b7d8463098a618a534512c27e44ae0 files/digest-clanbomber-1.04 68 -MD5 fe0f8b2ccaef47cc0612a83d6cb0cea8 files/digest-clanbomber-1.05 68 MD5 ee76e48cb66f47c894a990e83dea2802 files/1.04-no-display.patch 1122 +MD5 18333125f34d58cb129c22c86ad7ef50 files/1.05-no-display.patch 1217 +MD5 fe0f8b2ccaef47cc0612a83d6cb0cea8 files/digest-clanbomber-1.05 68 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.9.10 (GNU/Linux) + +iD8DBQFBHyUmHTu7gpaalycRAti5AKDWuzwzIWhBKaF1A1F6cvdQWST3FQCg5uIJ +5S/lrmPOpYxG9EbPi25oXxQ= +=GRte +-----END PGP SIGNATURE----- diff --git a/games-action/clanbomber/clanbomber-1.05.ebuild b/games-action/clanbomber/clanbomber-1.05.ebuild index 7504ba821fa3..d7281b9d1c85 100644 --- a/games-action/clanbomber/clanbomber-1.05.ebuild +++ b/games-action/clanbomber/clanbomber-1.05.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/clanbomber/clanbomber-1.05.ebuild,v 1.2 2004/06/24 21:53:29 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/clanbomber/clanbomber-1.05.ebuild,v 1.3 2004/08/15 08:55:06 vapier Exp $ -inherit eutils games +inherit games eutils flag-o-matic DESCRIPTION="Bomberman-like multiplayer game" HOMEPAGE="http://clanbomber.sourceforge.net/" @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/clanbomber/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86" +KEYWORDS="x86 amd64" IUSE="" RDEPEND="sys-libs/zlib @@ -19,27 +19,25 @@ RDEPEND="sys-libs/zlib DEPEND="${RDEPEND} >=sys-apps/sed-4" -pkg_setup() { - clanlib-config 0.6.5 -} - src_unpack() { unpack ${A} cd ${S} sed -i \ -e 's:\(@datadir@/clanbomber/\):$(DESTDIR)\1:' \ clanbomber/{,*/}Makefile.in \ - || die "sed failed" + || die "sed failed" epatch "${FILESDIR}/${PV}-no-display.patch" } src_compile() { + append-flags -I${ROOT}/usr/include/clanlib-0.6.5 + append-ldflags -L${ROOT}/usr/lib/clanlib-0.6.5 egamesconf || die emake -j1 || die "emake failed" } src_install() { make DESTDIR=${D} install || die "make install failed" - dodoc AUTHORS ChangeLog IDEAS QUOTES README TODO || die "dodoc failed" + dodoc AUTHORS ChangeLog IDEAS QUOTES README TODO prepgamesdirs } |