diff options
author | 2003-10-03 07:51:17 +0000 | |
---|---|---|
committer | 2003-10-03 07:51:17 +0000 | |
commit | 324963029aeb813dc033bc0f9add36dcbf43bc69 (patch) | |
tree | c995e56f11252e62d4cbbeb471cf573e6af19aa8 /games-fps/unreal-tournament-strikeforce/unreal-tournament-strikeforce-1.81.ebuild | |
parent | license fix (diff) | |
download | gentoo-2-324963029aeb813dc033bc0f9add36dcbf43bc69.tar.gz gentoo-2-324963029aeb813dc033bc0f9add36dcbf43bc69.tar.bz2 gentoo-2-324963029aeb813dc033bc0f9add36dcbf43bc69.zip |
version bump #13269
Diffstat (limited to 'games-fps/unreal-tournament-strikeforce/unreal-tournament-strikeforce-1.81.ebuild')
-rw-r--r-- | games-fps/unreal-tournament-strikeforce/unreal-tournament-strikeforce-1.81.ebuild | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/games-fps/unreal-tournament-strikeforce/unreal-tournament-strikeforce-1.81.ebuild b/games-fps/unreal-tournament-strikeforce/unreal-tournament-strikeforce-1.81.ebuild new file mode 100644 index 000000000000..31f5713f7616 --- /dev/null +++ b/games-fps/unreal-tournament-strikeforce/unreal-tournament-strikeforce-1.81.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament-strikeforce/unreal-tournament-strikeforce-1.81.ebuild,v 1.1 2003/10/03 07:51:17 vapier Exp $ + +inherit games + +MY_PV=${PV/./} +DESCRIPTION="A UT addon where you fight terrorists as part of an elite strikeforce" +HOMEPAGE="http://www.strike-force.com/" +SRC_URI="ftp://ftp.freenet.de/pub/4players/strikeforce/final/sf_180_server_files.tar.gz + http://strikeforce.redconcepts.net/sf_180_server_files.tar.gz + mirror://gentoo/${P}.tar.bz2" +#http://www.hut.fi/~kalyytik/sf/linux-sf.html + +LICENSE="as-is" +SLOT="0" +KEYWORDS="x86" + +DEPEND="|| ( app-games/unreal-tournament app-games/unreal-tournament-goty )" + +S="${WORKDIR}" + +src_unpack() { + unpack sf_180_server_files.tar.gz + unpack ${P}.tar.bz2 + mv "README - sf orm mappack.txt" Strikeforce/SFDoc/ + rm -rf Help/OpenGL\ Alternate + rm System/*.{dll,lnk,exe} System/ServerAdds.zip + rm Strikeforce/SF_System/*.bat + find -type f -exec chmod a-x '{}' \; +} + +src_install() { + local dir=${GAMES_PREFIX_OPT}/unreal-tournament + dodir ${dir} + mv * ${D}/${dir}/ + prepgamesdirs +} |