diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-12-28 03:21:43 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-12-28 03:21:43 +0000 |
commit | 541632279e6321159620cf2fa32813f5d8ca40ca (patch) | |
tree | 54af8239adde187bb7a58925512b6717cf3d854d /games-fps/quake3-bfp/quake3-bfp-1.2.ebuild | |
parent | Initial go at a Qt4 ebuild (diff) | |
download | historical-541632279e6321159620cf2fa32813f5d8ca40ca.tar.gz historical-541632279e6321159620cf2fa32813f5d8ca40ca.tar.bz2 historical-541632279e6321159620cf2fa32813f5d8ca40ca.zip |
initial ebuild #59642 by Dirk-Jan Heijs
Diffstat (limited to 'games-fps/quake3-bfp/quake3-bfp-1.2.ebuild')
-rw-r--r-- | games-fps/quake3-bfp/quake3-bfp-1.2.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/games-fps/quake3-bfp/quake3-bfp-1.2.ebuild b/games-fps/quake3-bfp/quake3-bfp-1.2.ebuild new file mode 100644 index 000000000000..2a509efe1def --- /dev/null +++ b/games-fps/quake3-bfp/quake3-bfp-1.2.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +MOD_DESC="Bid For Power" +MOD_NAME=bfpq3 +MOD_BINS=bfp +inherit games games-q3mod + +HOMEPAGE="http://www.planetquake.com/bidforpower/" +SRC_URI="bidforpower${PV/./-}.zip" + +LICENSE="Q3AEULA" +RESTRICT="fetch" + +pkg_nofetch() { + einfo "Please goto ${HOMEPAGE}" + einfo "and download ${A} into ${DISTDIR}" +} |