blob: 106e405eddf0c140e19d32236efe40223f69e780 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-nsco/quake3-nsco-1.91a.ebuild,v 1.1 2004/05/13 19:48:59 wolf31o2 Exp $
MOD_DESC="Navy Seals : Covert Operations"
MOD_NAME=seals
MOD_BINS=nsco
inherit games games-q3mod
HOMEPAGE="http://ns-co.net/"
SRC_URI="nsco_beta19.zip
nsco_beta191upd.zip
nsco_beta191aupd.zip"
LICENSE="Q3AEULA"
RESTRICT="fetch"
pkg_nofetch() {
einfo "Please goto ${HOMEPAGE}"
einfo "and download ${A} into ${DISTDIR}"
}
|