From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- games-misc/opensfx/opensfx-0.2.3-r1.ebuild | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 games-misc/opensfx/opensfx-0.2.3-r1.ebuild (limited to 'games-misc/opensfx/opensfx-0.2.3-r1.ebuild') diff --git a/games-misc/opensfx/opensfx-0.2.3-r1.ebuild b/games-misc/opensfx/opensfx-0.2.3-r1.ebuild new file mode 100644 index 000000000000..dcbe11b16d70 --- /dev/null +++ b/games-misc/opensfx/opensfx-0.2.3-r1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="OpenSFX data files for OpenTTD" +HOMEPAGE="http://bundles.openttdcoop.org/opensfx/" +SRC_URI="http://bundles.openttdcoop.org/${PN}/releases/${P}-source.tar.gz" + +LICENSE="CC-Sampling-Plus-1.0" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc64 ~x86" +IUSE="" + +DEPEND="games-util/catcodec" +RDEPEND="" + +S=${WORKDIR}/${P}-source + +src_install() { + insinto "/usr/share/games/openttd/data/" + doins opensfx.cat opensfx.obs + dodoc docs/{changelog.txt,readme.ptxt} +} -- cgit v1.2.3