diff options
Diffstat (limited to 'games-misc/opengfx/opengfx-0.3.4.ebuild')
-rw-r--r-- | games-misc/opengfx/opengfx-0.3.4.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/games-misc/opengfx/opengfx-0.3.4.ebuild b/games-misc/opengfx/opengfx-0.3.4.ebuild deleted file mode 100644 index d70f1082ec02..000000000000 --- a/games-misc/opengfx/opengfx-0.3.4.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/opengfx-0.3.4.ebuild,v 1.4 2011/08/09 13:17:31 xarthisius Exp $ - -EAPI=2 -inherit games - -DESCRIPTION="OpenGFX data files for OpenTTD" -HOMEPAGE="http://bundles.openttdcoop.org/opengfx/" -SRC_URI="http://bundles.openttdcoop.org/opengfx/releases/${PV}/${P}-source.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~arm ppc ppc64 x86" -IUSE="" - -S=${WORKDIR}/${P}-source - -DEPEND=">=games-util/grfcodec-5.1.1" -RDEPEND="" - -src_compile() { - emake bundle || die -} - -src_install() { - insinto "${GAMES_DATADIR}/openttd/data/" - doins *.grf opengfx.obg || die - dodoc docs/{changelog.txt,readme.txt} || die - prepgamesdirs -} |