diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-08-19 01:40:40 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-08-19 01:40:40 +0000 |
commit | 33f05f8b80e182d319c803f05fcfee31a14f3eac (patch) | |
tree | ce9c565fae19784cd2909bd9b367a6e9bc2dfc0d /dev-games | |
parent | Minor enhancements to the ebuild. Thanks to Necoro <gentoo@necoro.eu>. Bug #2... (diff) | |
download | gentoo-2-33f05f8b80e182d319c803f05fcfee31a14f3eac.tar.gz gentoo-2-33f05f8b80e182d319c803f05fcfee31a14f3eac.tar.bz2 gentoo-2-33f05f8b80e182d319c803f05fcfee31a14f3eac.zip |
old
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-games')
-rw-r--r-- | dev-games/vamos/vamos-0.5.7.ebuild | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-games/vamos/vamos-0.5.7.ebuild b/dev-games/vamos/vamos-0.5.7.ebuild deleted file mode 100644 index d0983d099f13..000000000000 --- a/dev-games/vamos/vamos-0.5.7.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/vamos/vamos-0.5.7.ebuild,v 1.2 2008/01/21 07:36:52 nyhm Exp $ - -DESCRIPTION="an automotive simulation framework" -HOMEPAGE="http://vamos.sourceforge.net/" -SRC_URI="mirror://sourceforge/vamos/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="virtual/opengl - virtual/glu - virtual/glut - media-libs/libpng - media-libs/libsdl - media-libs/sdl-ttf - media-libs/openal - media-libs/freealut - =dev-libs/libsigc++-1.2*" - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dobin caelum/.libs/caelum || die "dobin failed" - newdoc caelum/README README.caelum - dodoc AUTHORS ChangeLog NEWS README TODO -} |