summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-games/neotools/neotools-0.8.1.ebuild')
-rw-r--r--dev-games/neotools/neotools-0.8.1.ebuild18
1 files changed, 10 insertions, 8 deletions
diff --git a/dev-games/neotools/neotools-0.8.1.ebuild b/dev-games/neotools/neotools-0.8.1.ebuild
index 7981e59e7de5..0ecc8eaf448c 100644
--- a/dev-games/neotools/neotools-0.8.1.ebuild
+++ b/dev-games/neotools/neotools-0.8.1.ebuild
@@ -1,17 +1,20 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/neotools/neotools-0.8.1.ebuild,v 1.2 2004/06/24 22:13:32 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/neotools/neotools-0.8.1.ebuild,v 1.3 2004/06/29 15:06:43 vapier Exp $
-S="${WORKDIR}/neoengine-${PV}/neotools"
DESCRIPTION="Various development tools for NeoEngine"
-SRC_URI="mirror://sourceforge/neoengine/neoengine-${PV}.tar.bz2"
HOMEPAGE="http://www.neoengine.org/"
+SRC_URI="mirror://sourceforge/neoengine/neoengine-${PV}.tar.bz2"
+
LICENSE="MPL-1.1"
-DEPEND=">=dev-games/neoengine-${PV}"
-KEYWORDS="~ppc ~x86"
SLOT="0"
+KEYWORDS="~ppc ~x86"
IUSE=""
+DEPEND=">=dev-games/neoengine-${PV}"
+
+S="${WORKDIR}/neoengine-${PV}/neotools"
+
src_unpack() {
unpack ${A}
@@ -23,8 +26,7 @@ src_unpack() {
done
}
-src_install () {
+src_install() {
einstall || die "Installation failed"
-
- dodoc AUTHORS ChangeLog COPYING INSTALL README TODO
+ dodoc AUTHORS ChangeLog INSTALL README TODO
}