diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-07-02 07:30:48 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-07-02 07:30:48 +0000 |
commit | 1cdd2aaa0c077665b14f374be60c4e3a49f91da5 (patch) | |
tree | 81c72e02665b90a026d353a788635cffa9c827c9 /net-analyzer/cutter/cutter-1.02.ebuild | |
parent | added check and explanation for the gcc-3.3 users (diff) | |
download | historical-1cdd2aaa0c077665b14f374be60c4e3a49f91da5.tar.gz historical-1cdd2aaa0c077665b14f374be60c4e3a49f91da5.tar.bz2 historical-1cdd2aaa0c077665b14f374be60c4e3a49f91da5.zip |
initial import
Diffstat (limited to 'net-analyzer/cutter/cutter-1.02.ebuild')
-rw-r--r-- | net-analyzer/cutter/cutter-1.02.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/net-analyzer/cutter/cutter-1.02.ebuild b/net-analyzer/cutter/cutter-1.02.ebuild new file mode 100644 index 000000000000..b5f09226e80d --- /dev/null +++ b/net-analyzer/cutter/cutter-1.02.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cutter/cutter-1.02.ebuild,v 1.1 2003/07/02 07:30:48 aliz Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="TCP/IP Connection cutting on Linux Firewalls and Routers" +SRC_URI="http://www.lowth.com/cutter/${P}.tgz" +HOMEPAGE="http://www.lowth.com/cutter" +LICENSE="GPL-2" +DEPEND="" +SLOT="0" +IUSE="" +KEYWORDS="~x86" + +src_compile() { + make || die +} + +src_install () { + # no make install yet, copy "cutter" to /usr/sbin + dosbin cutter + + # Install documentation. + dodoc COPYING README +} |