diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-03 21:58:11 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-03 21:58:11 +0000 |
commit | 6d8ee95fc61010a8f09e2bc72e1387e8883c1ac6 (patch) | |
tree | 46a5ec1ae1b7e6f17ac06e5edf5e38140d82142b /games-fps | |
parent | locales.build config file example (diff) | |
download | historical-6d8ee95fc61010a8f09e2bc72e1387e8883c1ac6.tar.gz historical-6d8ee95fc61010a8f09e2bc72e1387e8883c1ac6.tar.bz2 historical-6d8ee95fc61010a8f09e2bc72e1387e8883c1ac6.zip |
trim out sdl comments
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/industri/Manifest | 16 | ||||
-rw-r--r-- | games-fps/industri/industri-1.01.ebuild | 23 |
2 files changed, 19 insertions, 20 deletions
diff --git a/games-fps/industri/Manifest b/games-fps/industri/Manifest index dee7e66a7a18..903110b6e577 100644 --- a/games-fps/industri/Manifest +++ b/games-fps/industri/Manifest @@ -1,6 +1,16 @@ -MD5 8c4491d9f7aa00fc33c4c5703579025b industri-1.01.ebuild 1692 -MD5 c8be5328b270c19f5c31a1d896bd8a60 ChangeLog 438 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 0030857236bf0e81af65de03551b3068 ChangeLog 439 +MD5 acce80fa31f0cbcc7b66e0f74c2a204e industri-1.01.ebuild 1486 MD5 97d0c324ee72786e94f04f1bc052cc63 metadata.xml 669 +MD5 a49d2e91753fb140005919f4de2eb3c6 files/1.01-nvidia-opengl.patch 1078 MD5 c85d9088fac1afff8639c4e07123c098 files/digest-industri-1.01 138 MD5 5c2c277e6fc318889a5bc2bf4f26c473 files/industri.pretty 42 -MD5 a49d2e91753fb140005919f4de2eb3c6 files/1.01-nvidia-opengl.patch 1078 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.9.8 (GNU/Linux) + +iD8DBQFAv58FHTu7gpaalycRAvC4AKC6joPGj5NiLt4mz/1hMpFHUqM5pwCg9XpP +984JzDQU2TXHEniUWJngxUw= +=RTh3 +-----END PGP SIGNATURE----- diff --git a/games-fps/industri/industri-1.01.ebuild b/games-fps/industri/industri-1.01.ebuild index d9258597c82f..0b585e626a56 100644 --- a/games-fps/industri/industri-1.01.ebuild +++ b/games-fps/industri/industri-1.01.ebuild @@ -1,18 +1,17 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/industri/industri-1.01.ebuild,v 1.4 2004/06/03 20:53:50 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/industri/industri-1.01.ebuild,v 1.5 2004/06/03 21:58:11 vapier Exp $ inherit eutils games -S="${WORKDIR}/industri_BIN" DESCRIPTION="Quake/Tenebrae based, single player game" HOMEPAGE="http://industri.sourceforge.net/" SRC_URI="mirror://sourceforge/industri/industri_BIN-${PV}-src.tar.gz mirror://sourceforge/industri/industri-1.00.zip" -KEYWORDS="x86" LICENSE="GPL-2" SLOT="0" +KEYWORDS="x86" IUSE="" DEPEND="virtual/opengl @@ -21,6 +20,8 @@ DEPEND="virtual/opengl media-libs/libpng sys-libs/zlib" +S="${WORKDIR}/industri_BIN" + src_unpack() { unpack ${A} @@ -29,28 +30,16 @@ src_unpack() { local gl="`ls -al /usr/include/GL/gl.h | awk '{print $NF}' | cut -d/ -f5`" [ "${gl}" == "nvidia" ] && epatch ${FILESDIR}/${PV}-nvidia-opengl.patch sed -i "s:-mpentiumpro.*:${CFLAGS} \\\\:" Makefile - -# if use sdl ; then -# cd ${S}/sdl -# ./autogen.sh || die "autogen failed" -# fi } src_compile() { cd linux emake MASTER_DIR=${GAMES_DATADIR}/quake-data build_release || die - -# if use sdl ; then -# cd ${S}/sdl -# export GAMEDIR=${GAMES_DATADIR}/quake-data -# egamesconf || die -# emake || die "emake failed" -# fi } src_install() { - newgamesbin linux/release*/bin/industri.run industri - dogamesbin ${FILESDIR}/industri.pretty + newgamesbin linux/release*/bin/industri.run industri || die + dogamesbin ${FILESDIR}/industri.pretty || die insinto /usr/share/icons doins industri.ico quake.ico dodoc linux/README |