mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
games-rpg/freedink-data: Version 1.08.20170409.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
This commit is contained in:
@@ -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
games-rpg/freedink-data/freedink-data-1.08.20170409.ebuild
Normal file
25
games-rpg/freedink-data/freedink-data-1.08.20170409.ebuild
Normal file
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user