summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2006-01-21 23:49:18 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2006-01-21 23:49:18 +0000
commit082d80b80b3a1bbe08b3bf61a9d713903093410f (patch)
treefa28be7b7314aeae3d926d51d7ccb2d06ce5d635 /dev-games/vamos/vamos-0.5.4.ebuild
parentFixed typo in RDEPEND. (diff)
downloadgentoo-2-082d80b80b3a1bbe08b3bf61a9d713903093410f.tar.gz
gentoo-2-082d80b80b3a1bbe08b3bf61a9d713903093410f.tar.bz2
gentoo-2-082d80b80b3a1bbe08b3bf61a9d713903093410f.zip
old
(Portage version: 2.0.53)
Diffstat (limited to 'dev-games/vamos/vamos-0.5.4.ebuild')
-rw-r--r--dev-games/vamos/vamos-0.5.4.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/dev-games/vamos/vamos-0.5.4.ebuild b/dev-games/vamos/vamos-0.5.4.ebuild
deleted file mode 100644
index 74eb4c95a4d4..000000000000
--- a/dev-games/vamos/vamos-0.5.4.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/vamos/vamos-0.5.4.ebuild,v 1.2 2005/08/29 20:42:55 mr_bones_ Exp $
-
-inherit eutils
-
-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="media-libs/plib
- =dev-libs/libsigc++-1.2*
- media-libs/libpng
- virtual/x11
- virtual/opengl
- virtual/glu"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch \
- "${FILESDIR}"/${P}-gcc.patch \
- "${FILESDIR}"/${P}-datadir.patch
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install"
- dobin caelum/.libs/caelum || die "caelum"
- newdoc caelum/README README.caelum
- dodoc AUTHORS ChangeLog NEWS README TODO
-}