diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2012-11-15 22:46:11 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2012-11-15 22:46:11 +0000 |
commit | 590f1e76d5b4cd18ce831f934d88bf030fd1738b (patch) | |
tree | 93a4fa5fe56752db8463f1f5b98b68ea4af7ec97 /games-arcade/berusky/berusky-1.1.ebuild | |
parent | media-gfx/nvidia-cg-toolkit: Version BUmp, #270480, thanks Myckel Habets, Pio... (diff) | |
download | historical-590f1e76d5b4cd18ce831f934d88bf030fd1738b.tar.gz historical-590f1e76d5b4cd18ce831f934d88bf030fd1738b.tar.bz2 historical-590f1e76d5b4cd18ce831f934d88bf030fd1738b.zip |
version bump
Package-Manager: portage-2.1.11.31/cvs/Linux x86_64
Diffstat (limited to 'games-arcade/berusky/berusky-1.1.ebuild')
-rw-r--r-- | games-arcade/berusky/berusky-1.1.ebuild | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/games-arcade/berusky/berusky-1.1.ebuild b/games-arcade/berusky/berusky-1.1.ebuild deleted file mode 100644 index be43c5d5c1bb..000000000000 --- a/games-arcade/berusky/berusky-1.1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/berusky/berusky-1.1.ebuild,v 1.6 2010/10/27 15:56:56 mr_bones_ Exp $ - -EAPI=2 -inherit autotools eutils games - -DATAFILE=${PN}-data-1.0 -DESCRIPTION="free logic game based on an ancient puzzle named Sokoban." -HOMEPAGE="http://www.anakreon.cz/en/Berusky.htm" -SRC_URI="http://www.anakreon.cz/download/${PN}/tar.gz/${P}.tar.gz - http://www.anakreon.cz/download/${PN}/tar.gz/${DATAFILE}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="media-libs/libsdl[video]" - -src_prepare() { - mv ../${DATAFILE}/{berusky.ini,GameData,Graphics,Levels} . \ - || die "failed moving data" - epatch "${FILESDIR}"/${P}-gentoo.patch \ - "${FILESDIR}"/${P}-ovflfix.patch - sed -i \ - -e "s:@GENTOO_DATADIR@:${GAMES_DATADIR}/${PN}:" \ - -e "s:@GENTOO_BINDIR@:${GAMES_BINDIR}:" \ - src/defines.h berusky.ini \ - || die "sed for patching path failed" - eautoreconf -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog README TODO - insinto "${GAMES_DATADIR}"/${PN} - doins -r berusky.ini GameData Graphics Levels \ - || die "failed installing data" - make_desktop_entry ${PN} - prepgamesdirs -} |