diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-02-12 18:06:33 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-02-12 18:06:33 +0000 |
commit | 0e6c463d2e51f94ed6f5fce1ff540be79645ba6f (patch) | |
tree | 009b71040d8a692ac9abb518ed35040e8c2fad18 /games-simulation | |
parent | version bump (diff) | |
download | gentoo-2-0e6c463d2e51f94ed6f5fce1ff540be79645ba6f.tar.gz gentoo-2-0e6c463d2e51f94ed6f5fce1ff540be79645ba6f.tar.bz2 gentoo-2-0e6c463d2e51f94ed6f5fce1ff540be79645ba6f.zip |
old
(Portage version: 2.1.3.19)
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/lincity-ng/lincity-ng-1.1.1.ebuild | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/games-simulation/lincity-ng/lincity-ng-1.1.1.ebuild b/games-simulation/lincity-ng/lincity-ng-1.1.1.ebuild deleted file mode 100644 index 5146de6ba107..000000000000 --- a/games-simulation/lincity-ng/lincity-ng-1.1.1.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/lincity-ng/lincity-ng-1.1.1.ebuild,v 1.2 2007/11/21 04:00:44 dirtyepic Exp $ - -inherit eutils games - -DESCRIPTION="city/country simulation game for X and opengl" -HOMEPAGE="http://lincity-ng.berlios.de/" -SRC_URI="mirror://berlios/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -RDEPEND="virtual/opengl - dev-libs/libxml2 - media-libs/libsdl - media-libs/sdl-mixer - media-libs/sdl-image - media-libs/sdl-ttf - media-libs/sdl-gfx - dev-games/physfs" -DEPEND="${RDEPEND} - dev-util/pkgconfig - || ( dev-util/jam dev-util/ftjam )" - -pkg_setup() { - games_pkg_setup - if ! built_with_use media-libs/sdl-mixer vorbis ; then - eerror "lincity-ng doesn't work properly if" - eerror "sdl-mixer is built without vorbis support" - die "Please emerge sdlmixer with USE=vorbis" - fi -} - -src_compile() { - egamesconf || die - jam || die "jam failed" -} - -src_install() { - jam -sDESTDIR="${D}" \ - -sappdocdir="/usr/share/doc/${PF}" \ - -sapplicationsdir="/usr/share/applications" \ - -spixmapsdir="/usr/share/pixmaps" \ - install \ - || die "jam install failed" - prepalldocs - prepgamesdirs -} |