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-rpg/freedink-data/freedink-data-1.08.20140901...

31 lines
521 B

# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit games
DESCRIPTION="Freedink game data"
HOMEPAGE="http://www.freedink.org/"
SRC_URI="mirror://gnu/freedink/${P}.tar.gz"
LICENSE="ZLIB
CC-BY-SA-3.0
CC-BY-3.0
FreeArt
GPL-2
GPL-3
WTFPL-2
OAL-1.0.1
public-domain"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
src_install() {
emake DESTDIR="${D}" DATADIR="${GAMES_DATADIR}" install
dodoc README.txt README-REPLACEMENTS.txt
prepgamesdirs
}