diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-01-20 05:46:04 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-01-20 05:46:04 +0000 |
commit | d80081e408287ff630494739234f8ed7d74f9db7 (patch) | |
tree | 0106f3a785a48a35a1902006ac53ab3ada6de28c /games-server/halflife-steam/halflife-steam-2.0.ebuild | |
parent | stable on amd64. (diff) | |
download | gentoo-2-d80081e408287ff630494739234f8ed7d74f9db7.tar.gz gentoo-2-d80081e408287ff630494739234f8ed7d74f9db7.tar.bz2 gentoo-2-d80081e408287ff630494739234f8ed7d74f9db7.zip |
valve sucks at linux
Diffstat (limited to 'games-server/halflife-steam/halflife-steam-2.0.ebuild')
-rw-r--r-- | games-server/halflife-steam/halflife-steam-2.0.ebuild | 64 |
1 files changed, 0 insertions, 64 deletions
diff --git a/games-server/halflife-steam/halflife-steam-2.0.ebuild b/games-server/halflife-steam/halflife-steam-2.0.ebuild deleted file mode 100644 index 2063507ec825..000000000000 --- a/games-server/halflife-steam/halflife-steam-2.0.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-server/halflife-steam/halflife-steam-2.0.ebuild,v 1.5 2004/09/12 10:35:31 mholzer Exp $ - -inherit games eutils - -DESCRIPTION="client for Valve Software's Steam content delivery program" -HOMEPAGE="http://www.steampowered.com/" -SRC_URI="hldsupdatetool.bin hldsupdatetool_readme.txt" - -LICENSE="ValveServer" -SLOT="0" -KEYWORDS="-* x86" -IUSE="" -RESTRICT="fetch" - -S=${WORKDIR} - -pkg_nofetch() { - einfo "Please download ${A} from the following ftp server:" - einfo "server: ftp.valvesoftware.com" - einfo "user: hlserver" - einfo "password: hlserver" - einfo "directory: linux" -} - -src_unpack() { - unpack_pdv hldsupdatetool.bin 4 - chmod a+x steam - cp ${DISTDIR}/hldsupdatetool_readme.txt . -} - -src_install() { - exeinto ${GAMES_PREFIX_OPT}/halflife - doexe steam - - dogamesbin ${FILESDIR}/steam - dosed "s:GENTOO_DIR:${GAMES_PREFIX_OPT}/halflife:" ${GAMES_BINDIR}/steam - - dodoc hldsupdatetool_readme.txt - - prepgamesdirs -} - -pkg_postinst() { - games_pkg_postinst - - einfo 'Steam Usage ! (note: please do this as root)' - einfo '1. Run `steam` to update itself.' - einfo '2. Run `steam` again to get help menu.' - einfo '3. Create an account:' - einfo ' steam -command create -username foobar -email linux1@here.com -password comPlexPass -question "Your hint" -answer "answer"' - einfo '4. Update the halflife modules you want:' - einfo " steam -command update -game cstrike -dir ${GAMES_PREFIX_OPT}/halflife -username -email linux1@here.com -password comPlexPass" - einfo " steam -command update -game tfc -dir ${GAMES_PREFIX_OPT}/halflife -username -email linux1@here.com -password comPlexPass" - einfo " steam -command update -game valve -dir ${GAMES_PREFIX_OPT}/halflife -username -email linux1@here.com -password comPlexPass" - einfo ' *Note: tfc contains tfc, dmc, and ricochet mods' - einfo '5. After your first update, you only have to run:' - einfo ' steam -update cstrike' - einfo ' steam -update tfc' - einfo ' steam -update valve' - echo - einfo "For more info, see /usr/share/doc/${PF}/Steam_README.txt.gz" -} |