diff options
author | Ben Lutgens <blutgens@gentoo.org> | 2001-07-01 16:30:18 +0000 |
---|---|---|
committer | Ben Lutgens <blutgens@gentoo.org> | 2001-07-01 16:30:18 +0000 |
commit | a4b9fd01af7fc2ee9770d4c9e9750df5ef55d271 (patch) | |
tree | 795b5215b554ca2ecde2839f35f1f34f78ec19c4 /app-admin/aide | |
parent | Updated docs to include emerging the kernel, using inet.dhcp_eth0, (diff) | |
download | historical-a4b9fd01af7fc2ee9770d4c9e9750df5ef55d271.tar.gz historical-a4b9fd01af7fc2ee9770d4c9e9750df5ef55d271.tar.bz2 historical-a4b9fd01af7fc2ee9770d4c9e9750df5ef55d271.zip |
polaris from #gentoo did a great job on these I think he's prolly ready to
be a developer if he want to.
Diffstat (limited to 'app-admin/aide')
-rw-r--r-- | app-admin/aide/aide-0.7.ebuild | 38 | ||||
-rw-r--r-- | app-admin/aide/files/digest-aide-0.7 | 1 |
2 files changed, 39 insertions, 0 deletions
diff --git a/app-admin/aide/aide-0.7.ebuild b/app-admin/aide/aide-0.7.ebuild new file mode 100644 index 000000000000..e9da3e09b2b7 --- /dev/null +++ b/app-admin/aide/aide-0.7.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Bruce A. Locke <blocke@shivan.org> + +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="AIDE (Advanced Intrusion Detection Environment) is a free replacement for Tripwire" +SRC_URI="http://www.cs.tut.fi/~rammer/${P}.tar.gz" +HOMEPAGE="http://www.cs.tut.fi/~rammer/aide.html" + +DEPEND="sys-apps/gzip sys-devel/bison sys-devel/flex" + +src_compile() { + + # aide 0.7 refuses to compile with postgresql support (missing headerfile?) + # postgres USE keyword disabled for now... :( + + #if [ -z "`use postgres`" ] ; then + try ./configure --prefix=/usr --with-zlib + try make CFLAGS=\"$CFLAGS\" all + #else + # try ./configure --prefix=/usr --with-zlib --with-psql + # try make CFLAGS=\"$CFLAGS -I/usr/include/postgresql\" all + #fi + +} + +src_install() { + + try make prefix=${D}/usr mandir=${D}/usr/share/man install + + dodir /etc + cp ${S}/doc/aide.conf ${D}/etc + + dodoc AUTHORS COPYING INSTALL NEWS README doc/manual.html + +} + diff --git a/app-admin/aide/files/digest-aide-0.7 b/app-admin/aide/files/digest-aide-0.7 new file mode 100644 index 000000000000..2e7e6e5e2d9f --- /dev/null +++ b/app-admin/aide/files/digest-aide-0.7 @@ -0,0 +1 @@ +MD5 0b2ed9eb3b608a19418800b87f5be848 aide-0.7.tar.gz |