diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-05-01 19:40:40 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-05-01 21:35:22 +0200 |
commit | b4f062cad75230397dc98d88766f32863f4742b6 (patch) | |
tree | 37b3366c2266e468dc4b36c67ca7a860197abc3e /games-rpg/freedink-data | |
parent | games-rpg/dreamweb: Drop old (diff) | |
download | gentoo-b4f062cad75230397dc98d88766f32863f4742b6.tar.gz gentoo-b4f062cad75230397dc98d88766f32863f4742b6.tar.bz2 gentoo-b4f062cad75230397dc98d88766f32863f4742b6.zip |
games-rpg/freedink-data: Stop using games.eclass
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'games-rpg/freedink-data')
-rw-r--r-- | games-rpg/freedink-data/freedink-data-1.08.20140901-r1.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/games-rpg/freedink-data/freedink-data-1.08.20140901-r1.ebuild b/games-rpg/freedink-data/freedink-data-1.08.20140901-r1.ebuild new file mode 100644 index 000000000000..3a8d887e4ddb --- /dev/null +++ b/games-rpg/freedink-data/freedink-data-1.08.20140901-r1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +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="/usr/share" install + dodoc README.txt README-REPLACEMENTS.txt +} |