Skip to content

Commit

Permalink
games-rpg/freedink-data: Stop using games.eclass
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.31, Repoman-2.3.9
  • Loading branch information
pacho2 committed May 1, 2018
1 parent e9f3dc1 commit b4f062c
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions games-rpg/freedink-data/freedink-data-1.08.20140901-r1.ebuild
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit b4f062c

Please sign in to comment.