diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-02-24 09:20:05 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-02-24 09:20:05 +0000 |
commit | 185787f5e7a146c05276c6e7cf09d99557b4b170 (patch) | |
tree | 0e4a522f309d9856bf3da4d52706d576975bb4d9 /games-strategy/glob2/glob2-0.9.1.ebuild | |
parent | version bump (diff) | |
download | historical-185787f5e7a146c05276c6e7cf09d99557b4b170.tar.gz historical-185787f5e7a146c05276c6e7cf09d99557b4b170.tar.bz2 historical-185787f5e7a146c05276c6e7cf09d99557b4b170.zip |
old
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'games-strategy/glob2/glob2-0.9.1.ebuild')
-rw-r--r-- | games-strategy/glob2/glob2-0.9.1.ebuild | 60 |
1 files changed, 0 insertions, 60 deletions
diff --git a/games-strategy/glob2/glob2-0.9.1.ebuild b/games-strategy/glob2/glob2-0.9.1.ebuild deleted file mode 100644 index b990a5598c07..000000000000 --- a/games-strategy/glob2/glob2-0.9.1.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/glob2-0.9.1.ebuild,v 1.4 2007/09/12 21:15:12 nyhm Exp $ - -inherit eutils games - -DESCRIPTION="Real Time Strategy (RTS) game involving a brave army of globs" -HOMEPAGE="http://globulation2.org/" -SRC_URI="http://dl.sv.nongnu.org/releases/glob2/${PV}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -RDEPEND="virtual/opengl - virtual/glu - dev-libs/boost - media-libs/libsdl - media-libs/sdl-net - media-libs/sdl-ttf - media-libs/sdl-image - media-libs/libvorbis - media-libs/speex" -DEPEND="${RDEPEND} - >=dev-util/scons-0.97" - -pkg_setup() { - games_pkg_setup - if has_version "<dev-libs/boost-1.34" && \ - ! built_with_use dev-libs/boost threads - then - die "Please emerge dev-libs/boost with USE=threads" - fi -} - -src_unpack() { - unpack ${A} - cd "${S}" - sed -i '1i SConsignFile()' SConstruct || die "sed failed" -} - -src_compile() { - scons \ - CXXFLAGS="${CXXFLAGS}" \ - LINKFLAGS="${LDFLAGS}" \ - INSTALLDIR="${GAMES_DATADIR}"/${PN} \ - || die "scons failed again" -} - -src_install() { - dogamesbin src/${PN} || die "dogamesbin failed" - insinto "${GAMES_DATADIR}"/${PN} - doins -r campaigns data maps scripts || die "doins failed" - find "${D}/${GAMES_DATADIR}"/${PN} -name SConscript -exec rm -f {} \; - doicon data/icons/glob2-icon-48x48.png - domenu data/glob2.desktop - dodoc AUTHORS README TODO - prepgamesdirs -} |