summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Low <lostlogic@gentoo.org>2002-06-18 21:22:32 +0000
committerBrandon Low <lostlogic@gentoo.org>2002-06-18 21:22:32 +0000
commit095e89348430efdfd48a0bebb9764da65e3433c4 (patch)
treead50300895b7b5788cbdf9cbe17a471fa95a7459 /dev-db/edb
parentfew updates to ebuild (diff)
downloadgentoo-2-095e89348430efdfd48a0bebb9764da65e3433c4.tar.gz
gentoo-2-095e89348430efdfd48a0bebb9764da65e3433c4.tar.bz2
gentoo-2-095e89348430efdfd48a0bebb9764da65e3433c4.zip
minor updates, einfo, slot, things of the like.
Diffstat (limited to 'dev-db/edb')
-rw-r--r--dev-db/edb/edb-1.0.3.ebuild17
1 files changed, 10 insertions, 7 deletions
diff --git a/dev-db/edb/edb-1.0.3.ebuild b/dev-db/edb/edb-1.0.3.ebuild
index 15acbb0784b1..8706e749d75c 100644
--- a/dev-db/edb/edb-1.0.3.ebuild
+++ b/dev-db/edb/edb-1.0.3.ebuild
@@ -1,12 +1,13 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
+# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Your Name <your email>
-# /space/gentoo/cvsroot/gentoo-x86/dev-db/edb/edb-1.0.2-r1.ebuild,v 1.4 2002/05/27 17:27:37 drobbins Exp
+# $Header: /var/cvsroot/gentoo-x86/dev-db/edb/edb-1.0.3.ebuild,v 1.2 2002/06/18 21:22:31 lostlogic Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Enlightment Data Base"
SRC_URI="mirror://sourceforge/enlightenment/${P}.tar.gz"
HOMEPAGE="http://enlightenment.org"
+SLOT="0"
+LICENSE="as-is"
RDEPEND="virtual/glibc
=x11-libs/gtk+-1.2*"
@@ -20,10 +21,10 @@ src_unpack() {
}
src_compile() {
- ./autogen.sh --host=${CHOST} \
- --prefix=/usr \
- --enable-compat185 \
- --enable-dump185 \
+ ./autogen.sh --host=${CHOST} \
+ --prefix=/usr \
+ --enable-compat185 \
+ --enable-dump185 \
--enable-cxx
assert
@@ -32,4 +33,6 @@ src_compile() {
src_install () {
make DESTDIR=${D} install || die
+
+ dodoc AUTHORS COPYING README
}