diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-09 04:48:52 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-09 04:48:52 +0000 |
commit | f598dca612d3e12c4c73590f4f903fc5eb9ca413 (patch) | |
tree | e4af62f7e73dc1e78405681bfb1201310847344e /dev-util/aegis/aegis-4.4.ebuild | |
parent | repoman (diff) | |
download | gentoo-2-f598dca612d3e12c4c73590f4f903fc5eb9ca413.tar.gz gentoo-2-f598dca612d3e12c4c73590f4f903fc5eb9ca413.tar.bz2 gentoo-2-f598dca612d3e12c4c73590f4f903fc5eb9ca413.zip |
repoman
Diffstat (limited to 'dev-util/aegis/aegis-4.4.ebuild')
-rw-r--r-- | dev-util/aegis/aegis-4.4.ebuild | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/dev-util/aegis/aegis-4.4.ebuild b/dev-util/aegis/aegis-4.4.ebuild index ebb3017c2b2e..ab8289744a0e 100644 --- a/dev-util/aegis/aegis-4.4.ebuild +++ b/dev-util/aegis/aegis-4.4.ebuild @@ -1,7 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# Author: Peter Maxwell <peter@biolateral.com.au> -# /space/gentoo/cvsroot/gentoo-x86/dev-util/aegis/aegis-4.2.ebuild,v 1.1 2002/04/13 21:55:07 karltk Exp +# $Header: /var/cvsroot/gentoo-x86/dev-util/aegis/aegis-4.4.ebuild,v 1.2 2002/07/09 04:48:52 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="A transaction based revision control system" @@ -14,14 +13,16 @@ DEPEND="sys-libs/zlib sys-devel/bison tcltk? ( >=dev-lang/tk-8.3 )" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + src_compile() { # By default aegis configure puts shareable read/write files (locks etc) # in ${prefix}/com/aegis but the FHS says /var/lib/aegis can be shared. - ./configure \ - --prefix=/usr \ - --sharedstatedir=/var/lib/aegis \ - --with-nlsdir=/usr/share/locale \ - --mandir=/usr/share/man || die "./configure failed" + econf + --sharedstatedir=/var/lib/aegis \ + --with-nlsdir=/usr/share/locale || die "./configure failed" # Second ebuild causes redefined/undefined function errors make clean @@ -58,4 +59,6 @@ src_install () { # Config file examples are documentation. mv ${D}/usr/share/aegis/config.example ${D}/usr/share/doc/${PF}/ + + dodoc LICENSE BUILDING MANIFEST README } |