summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/lucid-svn/lucid-svn-9999.ebuild')
-rw-r--r--dev-libs/lucid-svn/lucid-svn-9999.ebuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/dev-libs/lucid-svn/lucid-svn-9999.ebuild b/dev-libs/lucid-svn/lucid-svn-9999.ebuild
index 406a175..5b78b6f 100644
--- a/dev-libs/lucid-svn/lucid-svn-9999.ebuild
+++ b/dev-libs/lucid-svn/lucid-svn-9999.ebuild
@@ -1,19 +1,19 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/util-vserver/util-vserver-0.30.208-r5.ebuild,v 1.1 2005/10/27 17:20:36 hollow Exp $
+# $Header: $
inherit subversion
-DESCRIPTION="lucid utility library"
-HOMEPAGE="http://svn.linux-vserver.org/projects/lucid"
+DESCRIPTION="Lucid utility library."
+HOMEPAGE="http://svn.linux-vserver.org/projects/lucid/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-
IUSE=""
DEPEND=""
+RDEPEND=""
ESVN_REPO_URI="http://svn.linux-vserver.org/svn/lucid/trunk"
ESVN_BOOTSTRAP="make -f Makefile.svn"
@@ -24,6 +24,6 @@ src_compile() {
}
src_install() {
- make DESTDIR="${D}" install || die "install failed"
+ emake DESTDIR="${D}" install || die "emake install failed"
dodoc README ChangeLog AUTHORS
}