forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
games-rpg/freedink-data: Version 1.08.20170409.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
- Loading branch information
Jeroen Roovers
committed
Jun 8, 2018
1 parent
191f665
commit 2a92b2e
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
DIST freedink-data-1.08.20140901.tar.gz 51303165 BLAKE2B 28c225cf12b2bdcf0cf4cccb773e39055c756f0d031d851e697b2a47b8d82781b43ac31ae88245e67582be74fed8a67b20498d8e61231bb4106cc1a679b9ac18 SHA512 cdaa50610ed7e365967f6a84f6d540295ccc85bf4d11b882b49c6b97abe2b375be9880afc1e8ea31cdf22a24365d09861b9f4d1d522cc1ae685f7a8b6b4cad82 | ||
DIST freedink-data-1.08.20170409.tar.gz 53030350 BLAKE2B cf7eb210ed908aed185b2c3d450492ef4265600ee8a058a4d13396de21ec543b619bca4d1a684edec69c913459489db2f1fe868b51306e52ffdf081d7245cd7d SHA512 8ce6bd0de33da0edd42722c2a7d02aae54a3e8e81fc8e0a4c97d9b2b696e58eb41e05e12b3fc1cd4be72be7bcf799988d50affb3689f3fec8e2e78c878cd4afc |
25 changes: 25 additions & 0 deletions
25
games-rpg/freedink-data/freedink-data-1.08.20170409.ebuild
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# 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" | ||
|
||
src_install() { | ||
emake DESTDIR="${D}" DATADIR="/usr/share" install | ||
dodoc README.txt README-REPLACEMENTS.txt | ||
} |