summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAli Polatel <hawking@gentoo.org>2007-06-06 09:12:28 +0000
committerAli Polatel <hawking@gentoo.org>2007-06-06 09:12:28 +0000
commit1897821be0d5ce3b4528c1c10cda767b3df03e91 (patch)
treebad46e9f6d981cd2bbdaf7f4971fc8818c78d40c /games-arcade/tuxanci/tuxanci-0.07.ebuild
parentnet-analyzer/honeytrap: Fix trailing whitespace, add trailing slash to SRC_UR... (diff)
downloadsunrise-1897821be0d5ce3b4528c1c10cda767b3df03e91.tar.gz
sunrise-1897821be0d5ce3b4528c1c10cda767b3df03e91.tar.bz2
sunrise-1897821be0d5ce3b4528c1c10cda767b3df03e91.zip
games-arcade/tuxanci: Drop old
svn path=/sunrise/; revision=3814
Diffstat (limited to 'games-arcade/tuxanci/tuxanci-0.07.ebuild')
-rw-r--r--games-arcade/tuxanci/tuxanci-0.07.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/games-arcade/tuxanci/tuxanci-0.07.ebuild b/games-arcade/tuxanci/tuxanci-0.07.ebuild
deleted file mode 100644
index eb471564e..000000000
--- a/games-arcade/tuxanci/tuxanci-0.07.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit games toolchain-funcs
-
-DESCRIPTION="First Cushion Shooter! A remake of well-known Czech game Bulanci."
-SRC_URI="http://tuxanci.tuxportal.cz/releases/${P}.tar.bz2"
-HOMEPAGE="http://tuxanci.tuxportal.cz"
-
-KEYWORDS="~x86 ~x86-fbsd"
-LICENSE="GPL-2"
-SLOT="0"
-
-DEPEND="media-libs/libsdl
- media-libs/sdl-ttf
- media-libs/sdl-image
- media-libs/sdl-mixer"
-RDEPEND="${DEPEND}"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- # quick fix for English localization
- sed -i -e "s/End game/Quit!/" lang/en.lang || die "sed failed"
-}
-
-src_compile() {
- emake CC=$(tc-getCC) || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "Installation failed."
- dodoc README ChangeLog
- prepgamesdirs
-}