From b11414082164647d240d5bccd95995a95a4097f0 Mon Sep 17 00:00:00 2001 From: Daniel Robbins Date: Tue, 24 Apr 2001 00:16:44 +0000 Subject: new iptables package, new download location --- sys-apps/iptables/iptables-1.2.1a.ebuild | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 sys-apps/iptables/iptables-1.2.1a.ebuild (limited to 'sys-apps/iptables') diff --git a/sys-apps/iptables/iptables-1.2.1a.ebuild b/sys-apps/iptables/iptables-1.2.1a.ebuild new file mode 100644 index 000000000000..b4d237b35c3a --- /dev/null +++ b/sys-apps/iptables/iptables-1.2.1a.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Daniel Robbins +# $Header: /var/cvsroot/gentoo-x86/sys-apps/iptables/iptables-1.2.1a.ebuild,v 1.1 2001/04/24 00:16:44 drobbins Exp $ + +A=${P}.tar.bz2 +S=${WORKDIR}/${P} +DESCRIPTION="Kernel 2.4 routing and traffic control utilities" +SRC_URI="http://netfilter.samba.org/${A}" + +DEPEND="virtual/glibc" + +src_unpack() { + unpack ${A} + cd ${S} + mv Makefile Makefile.orig + sed -e "s/-O2/${CFLAGS}/g" -e "s:/usr/local:/usr:g" Makefile.orig > Makefile +} + +src_compile() { + #I had a problem with pmake - DR + try make +} + + +src_install() { + dodir /usr/lib /usr/share/man/man8 /usr/sbin + try make LIBDIR=${D}/usr/lib BINDIR=${D}/usr/sbin MANDIR=${D}/usr/share/man install + dodoc COPYING KNOWN_BUGS +} + + -- cgit v1.2.3-65-gdbad