diff options
author | Brandon Low <lostlogic@gentoo.org> | 2002-06-18 21:22:31 +0000 |
---|---|---|
committer | Brandon Low <lostlogic@gentoo.org> | 2002-06-18 21:22:31 +0000 |
commit | 9cb41581fbe70a027fa04f010a832d08639bc41d (patch) | |
tree | 36258c91a4b2d568523f2e2d079719a1438dca29 /dev-db/edb/edb-1.0.3.ebuild | |
parent | few updates to ebuild (diff) | |
download | historical-9cb41581fbe70a027fa04f010a832d08639bc41d.tar.gz historical-9cb41581fbe70a027fa04f010a832d08639bc41d.tar.bz2 historical-9cb41581fbe70a027fa04f010a832d08639bc41d.zip |
minor updates, einfo, slot, things of the like.
Diffstat (limited to 'dev-db/edb/edb-1.0.3.ebuild')
-rw-r--r-- | dev-db/edb/edb-1.0.3.ebuild | 17 |
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 } |