diff options
author | 2007-07-23 19:31:35 +0000 | |
---|---|---|
committer | 2007-07-23 19:31:35 +0000 | |
commit | 159104756624b27245e0c9c42aeedbf6cb2a9207 (patch) | |
tree | 40ba2785ace4a9affab0cc137f70028097f6ebd9 /dev-games/quake4-sdk/quake4-sdk-1.4.2.ebuild | |
parent | Filter --as-needed from LDFLAGS, bug 182324 (diff) | |
download | gentoo-2-159104756624b27245e0c9c42aeedbf6cb2a9207.tar.gz gentoo-2-159104756624b27245e0c9c42aeedbf6cb2a9207.tar.bz2 gentoo-2-159104756624b27245e0c9c42aeedbf6cb2a9207.zip |
Version bump, bug #184832
(Portage version: 2.1.3_rc9)
Diffstat (limited to 'dev-games/quake4-sdk/quake4-sdk-1.4.2.ebuild')
-rw-r--r-- | dev-games/quake4-sdk/quake4-sdk-1.4.2.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-games/quake4-sdk/quake4-sdk-1.4.2.ebuild b/dev-games/quake4-sdk/quake4-sdk-1.4.2.ebuild new file mode 100644 index 000000000000..69c333900730 --- /dev/null +++ b/dev-games/quake4-sdk/quake4-sdk-1.4.2.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-games/quake4-sdk/quake4-sdk-1.4.2.ebuild,v 1.1 2007/07/23 19:31:35 nyhm Exp $ + +inherit eutils games + +DESCRIPTION="Quake4 SDK" +HOMEPAGE="http://www.iddevnet.com/quake4/" +SRC_URI="mirror://idsoftware/quake4/source/linux/quake4-linux-${PV}-sdk.x86.run" + +LICENSE="QUAKE4" +SLOT="0" +KEYWORDS="-* ~amd64 ~x86" +IUSE="" +RESTRICT="strip" + +S=${WORKDIR} + +src_unpack() { + unpack_makeself + rm -rf setup.{sh,data} || die +} + +src_install() { + insinto "${GAMES_PREFIX_OPT}/${PN}" + doins -r * || die + prepgamesdirs +} |