diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-04-27 07:41:13 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-04-27 07:41:13 +0000 |
commit | 84724c299e736217a37938d9e3c0cf98710a1b3f (patch) | |
tree | bfb0f87b1866449f7b3c23085a92ab313a48019c /games-arcade/briquolo | |
parent | old (diff) | |
download | gentoo-2-84724c299e736217a37938d9e3c0cf98710a1b3f.tar.gz gentoo-2-84724c299e736217a37938d9e3c0cf98710a1b3f.tar.bz2 gentoo-2-84724c299e736217a37938d9e3c0cf98710a1b3f.zip |
old
(Portage version: 2.1.2.2)
Diffstat (limited to 'games-arcade/briquolo')
-rw-r--r-- | games-arcade/briquolo/briquolo-0.5.5.ebuild | 52 | ||||
-rw-r--r-- | games-arcade/briquolo/files/digest-briquolo-0.5.5 | 3 |
2 files changed, 0 insertions, 55 deletions
diff --git a/games-arcade/briquolo/briquolo-0.5.5.ebuild b/games-arcade/briquolo/briquolo-0.5.5.ebuild deleted file mode 100644 index 82fe4bba77e4..000000000000 --- a/games-arcade/briquolo/briquolo-0.5.5.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/briquolo/briquolo-0.5.5.ebuild,v 1.4 2006/10/05 17:17:24 nyhm Exp $ - -inherit eutils games - -DESCRIPTION="Breakout with 3D representation based on OpenGL" -HOMEPAGE="http://briquolo.free.fr/en/index.html" -SRC_URI="http://briquolo.free.fr/download/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="nls" - -RDEPEND="virtual/opengl - media-libs/libsdl - media-libs/sdl-mixer - media-libs/sdl-ttf - media-libs/libpng - nls? ( virtual/libintl )" -DEPEND="${RDEPEND} - nls? ( sys-devel/gettext )" - -src_unpack() { - unpack ${A} - cd "${S}" - # no thanks we'll take care of it. - sed -i \ - -e '/^SUBDIRS/s/desktop//' \ - Makefile.in \ - || die "sed Makefile.in failed" - sed -i \ - -e "/CXXFLAGS/s/-O3/${CXXFLAGS}/" \ - configure \ - || die "sed configure failed" -} - -src_compile() { - egamesconf \ - --disable-dependency-tracking \ - $(use_enable nls) || die - emake || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS ChangeLog README - doicon desktop/briquolo.svg - make_desktop_entry briquolo Briquolo briquolo.svg - prepgamesdirs -} diff --git a/games-arcade/briquolo/files/digest-briquolo-0.5.5 b/games-arcade/briquolo/files/digest-briquolo-0.5.5 deleted file mode 100644 index 71c04f3b3fae..000000000000 --- a/games-arcade/briquolo/files/digest-briquolo-0.5.5 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 b82fec43544a5c563fc1e2a882614f5e briquolo-0.5.5.tar.bz2 2550854 -RMD160 4fc7fe6e9de2c85bf03ffbaf1af885012c2bb5c3 briquolo-0.5.5.tar.bz2 2550854 -SHA256 eb1684f0867afc53eee5135c5c479da2d72d2d29bf6614f7ad838278ebb58403 briquolo-0.5.5.tar.bz2 2550854 |