mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
15 lines
656 B
Plaintext
15 lines
656 B
Plaintext
PKG_NAME="iptables"
|
|
PKG_VERSION="1.4.10"
|
|
PKG_REV="1"
|
|
PKG_ARCH="any"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="http://www.netfilter.org/"
|
|
PKG_URL="http://www.netfilter.org/projects/iptables/files/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
|
PKG_DEPENDS=""
|
|
PKG_BUILD_DEPENDS="toolchain linux"
|
|
PKG_PRIORITY="optional"
|
|
PKG_SECTION="network"
|
|
PKG_SHORTDESC="iptables: IP packet filter administration"
|
|
PKG_LONGDESC="Iptables is used to set up, maintain, and inspect the tables of IP packet filter rules in the Linux kernel. There are several different tables which may be defined, and each table contains a number of built-in chains, and may contain user-defined chains."
|
|
PKG_IS_ADDON="no"
|