summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-fps/doom3-ducttape/doom3-ducttape-0006.ebuild')
-rw-r--r--games-fps/doom3-ducttape/doom3-ducttape-0006.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/games-fps/doom3-ducttape/doom3-ducttape-0006.ebuild b/games-fps/doom3-ducttape/doom3-ducttape-0006.ebuild
new file mode 100644
index 000000000000..426b7abd57cd
--- /dev/null
+++ b/games-fps/doom3-ducttape/doom3-ducttape-0006.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-ducttape/doom3-ducttape-0006.ebuild,v 1.1 2005/10/19 03:30:11 vapier Exp $
+
+inherit games
+
+DESCRIPTION="sticks flashlights to your machinegun and shotgun"
+HOMEPAGE="http://ducttape.glenmurphy.com/"
+SRC_URI="http://ducttape.glenmurphy.com/ducttape${PV}.zip"
+
+LICENSE="as-is"
+SLOT="0"
+KEYWORDS="-* amd64 x86"
+IUSE=""
+
+DEPEND="games-fps/doom3"
+
+S=${WORKDIR}
+
+src_install() {
+ insinto "${GAMES_PREFIX_OPT}"/doom3/base
+ newins pak005.pk4 pak705.pk4 || die "doins failed"
+ newins readme.txt ${PN}-readme.txt
+}