diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-11-13 20:26:47 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-11-13 20:26:47 +0000 |
commit | 3fbf9c48442980e3ee7319c5103d54d91b4bcc25 (patch) | |
tree | dfde892877764f015b1ab62c70427ff8db4388c7 /net-misc | |
parent | Added dependencies (diff) | |
download | historical-3fbf9c48442980e3ee7319c5103d54d91b4bcc25.tar.gz historical-3fbf9c48442980e3ee7319c5103d54d91b4bcc25.tar.bz2 historical-3fbf9c48442980e3ee7319c5103d54d91b4bcc25.zip |
*** empty log message ***
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/snort/snort-1.6.3.ebuild | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/net-misc/snort/snort-1.6.3.ebuild b/net-misc/snort/snort-1.6.3.ebuild index 30f4b1584bf9..85cf8de7c505 100644 --- a/net-misc/snort/snort-1.6.3.ebuild +++ b/net-misc/snort/snort-1.6.3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Your Name <your email> -# $Header: /var/cvsroot/gentoo-x86/net-misc/snort/snort-1.6.3.ebuild,v 1.2 2000/11/13 19:52:43 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/snort/snort-1.6.3.ebuild,v 1.3 2000/11/13 20:26:47 achim Exp $ #P= A="${P}.tar.gz" @@ -19,9 +19,9 @@ src_compile() { cd ${S} try ./configure --prefix=/usr --host=${CHOST} \ - --with-mysql-includes=/usr/include/mysql \ - --with-mysql-libraries=/usr/lib/mysql/lib \ - --enable-smbalerts --enable-pthreads + --enable-smbalerts --enable-pthreads \ + --with-mysql-includes=/usr/include/mysql \ + --with-mysql-libraries=/usr/lib/mysql/lib try make } @@ -30,7 +30,9 @@ src_install () { cd ${S} try make DESTDIR=${D} install + into /usr/lib/snort/bin + doins contrib/create_mysql contrib/*.pl contrib/snortlog dodoc AUTHORS BUGS ChangeLog COPYING CREDITS NEWS README.* - dodoc RULES.SAMPLE USAGE + dodoc RULES.SAMPLE USAGE contrib/pgsql.php3 } |