You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-fps/doom3-ducttape/doom3-ducttape-0007.ebuild

37 lines
759 B

# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
MOD_DESC="sticks flashlights to your machinegun and shotgun"
MOD_NAME="Duct Tape"
MOD_DIR="ducttape"
inherit games games-mods
HOMEPAGE="http://ducttape.glenmurphy.com/"
SRC_URI="http://ducttape.glenmurphy.com/ducttape${PV}.zip"
LICENSE="freedist"
KEYWORDS="~amd64 ~x86"
IUSE="dedicated opengl"
src_unpack() {
mkdir ${MOD_DIR} || die
cd ${MOD_DIR} || die
unpack ${A}
}
src_prepare() {
rm -f ${MOD_DIR}/pak002.pk4 || die # for doom3-roe
}
pkg_postinst() {
games-mods_pkg_postinst
elog "To use old saved games with this mod, run:"
elog " mkdir -p ~/.doom3/ducttape"
elog " cp -r ~/.doom3/base/savegames ~/.doom3/ducttape"
}