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/warsow-community-map-pack/warsow-community-map-pack-0...

32 lines
611 B

# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit games
MY_P=${P//-/_}
# They have a typo in their filename:
MY_P=${MY_P/community/comunity}
DESCRIPTION="Community Map Pack for the Warsow multiplayer FPS"
HOMEPAGE="http://www.warsow.net/"
SRC_URI="http://update.warsow.net/mirror/${MY_P}.zip"
LICENSE="freedist"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND=""
RDEPEND=""
S=${WORKDIR}
src_install() {
insinto "${GAMES_DATADIR}"/warsow
doins -r "${WORKDIR}"/{basewsw,previews}
dodoc "${WORKDIR}"/Readme.rtf
prepgamesdirs
}