diff options
Diffstat (limited to 'app-admin/aide')
-rw-r--r-- | app-admin/aide/aide-0.8.ebuild | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/app-admin/aide/aide-0.8.ebuild b/app-admin/aide/aide-0.8.ebuild index 8af09ad7d644..57c7422e5b32 100644 --- a/app-admin/aide/aide-0.8.ebuild +++ b/app-admin/aide/aide-0.8.ebuild @@ -1,17 +1,15 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/aide/aide-0.8.ebuild,v 1.20 2004/03/29 15:10:57 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/aide/aide-0.8.ebuild,v 1.21 2004/05/31 19:21:32 vapier Exp $ -IUSE="nls postgres" - -S=${WORKDIR}/${P} DESCRIPTION="AIDE (Advanced Intrusion Detection Environment) is a free replacement for Tripwire" HOMEPAGE="http://www.cs.tut.fi/~rammer/aide.html" SRC_URI="http://www.cs.tut.fi/~rammer/${P}.tar.gz" -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="x86 ppc -sparc" +IUSE="nls postgres" DEPEND="app-arch/gzip sys-devel/bison @@ -19,11 +17,9 @@ DEPEND="app-arch/gzip dev-libs/libgcrypt app-crypt/mhash postgres? ( dev-db/postgresql )" - RDEPEND="" src_compile() { - local myconf use postgres && myconf="${myconf} --with-psql" use nls && myconf="${myconf} --with-locale" @@ -39,13 +35,11 @@ src_compile() { } src_install() { - make prefix=${D}/usr mandir=${D}/usr/share/man install || die dodir /etc/aide cp doc/aide.conf ${D}/etc/aide - dodoc AUTHORS COPYING INSTALL NEWS README + dodoc AUTHORS INSTALL NEWS README dohtml doc/manual.html - } |