mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
iptables for ARM
This commit is contained in:
parent
fcc063231b
commit
71e760befc
1 changed files with 7 additions and 4 deletions
|
@ -1,4 +1,3 @@
|
|||
# $Id: PKGBUILD 45562 2009-07-12 17:27:34Z ronald $
|
||||
# Maintainer: Ronald van Haren <ronald.archlinux.org>
|
||||
# Contributor: Thomas Baechler <thomas@archlinux.org>
|
||||
|
||||
|
@ -6,13 +5,17 @@ pkgname=iptables
|
|||
pkgver=1.4.4
|
||||
pkgrel=1
|
||||
pkgdesc="A Linux kernel packet control tool"
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('arm')
|
||||
license=('GPL2')
|
||||
url="http://www.netfilter.org/"
|
||||
depends=('glibc' 'bash')
|
||||
options=('!libtool')
|
||||
source=(http://www.iptables.org/projects/iptables/files/${pkgname}-${pkgver}.tar.bz2 \
|
||||
iptables ip6tables empty.rules simple_firewall.rules iptables.conf.d)
|
||||
source=(http://www.iptables.org/projects/iptables/files/${pkgname}-${pkgver}.tar.bz2
|
||||
iptables
|
||||
ip6tables
|
||||
empty.rules
|
||||
simple_firewall.rules
|
||||
iptables.conf.d)
|
||||
backup=(etc/conf.d/iptables)
|
||||
md5sums=('08cd9196881657ea0615d926334cb7e9'
|
||||
'89401d6f0cf1de46a455b7be6720a58b'
|
||||
|
|
Loading…
Reference in a new issue