diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-06-26 03:14:40 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-06-26 03:14:40 +0000 |
commit | 5c5f171cf2c48103ba3591caefabc3c1e7260156 (patch) | |
tree | fefc9a83c85cca9b176a4d9a90786d261af4b624 /games-puzzle/fish-fillets | |
parent | old (diff) | |
download | gentoo-2-5c5f171cf2c48103ba3591caefabc3c1e7260156.tar.gz gentoo-2-5c5f171cf2c48103ba3591caefabc3c1e7260156.tar.bz2 gentoo-2-5c5f171cf2c48103ba3591caefabc3c1e7260156.zip |
old
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-puzzle/fish-fillets')
-rw-r--r-- | games-puzzle/fish-fillets/fish-fillets-0.7.4.ebuild | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/games-puzzle/fish-fillets/fish-fillets-0.7.4.ebuild b/games-puzzle/fish-fillets/fish-fillets-0.7.4.ebuild deleted file mode 100644 index f8bad2df7de8..000000000000 --- a/games-puzzle/fish-fillets/fish-fillets-0.7.4.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-0.7.4.ebuild,v 1.2 2008/02/29 19:32:16 carlo Exp $ - -inherit eutils games - -DATA_PV="0.7.4" -DESCRIPTION="Underwater puzzle game - find a safe way out" -HOMEPAGE="http://fillets.sourceforge.net/" -SRC_URI="mirror://sourceforge/fillets/fillets-ng-${PV}.tar.gz - mirror://sourceforge/fillets/fillets-ng-data-${DATA_PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="X" - -DEPEND=">=media-libs/libsdl-1.2 - >=media-libs/sdl-mixer-1.2.5 - >=media-libs/sdl-image-1.2.2 - X? ( x11-libs/libX11 ) - media-libs/sdl-ttf - >=dev-lang/lua-5" - -S=${WORKDIR}/fillets-ng-${PV} - -src_compile() { - egamesconf \ - --datadir="${GAMES_DATADIR}/${PN}" \ - $(use_with X) \ - || die - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog NEWS README TODO - insinto "${GAMES_DATADIR}/${PN}" - cd "${WORKDIR}"/fillets-ng-data-${DATA_PV} || die - rm -f COPYING - doins -r * || die "doins failed" - newicon images/icon.png fillets.png - make_desktop_entry fillets FishFillets fillets - prepgamesdirs -} |