summaryrefslogtreecommitdiff
path: root/iptables/Pkgfile
blob: 98a5ffbf30921c17f29ce551eb1f7e6bf41a0bc5 (plain)
    1 # Description: A Linux kernel packet filter control tool
    2 # URL:         http://www.iptables.org/
    3 # Maintainer:  CRUX System Team, core-ports at crux dot nu
    4 
    5 name=iptables
    6 version=1.4.13
    7 release=1
    8 source=(ftp://ftp.netfilter.org/pub/iptables/$name-$version.tar.bz2) 
    9 
   10 build () {
   11     cd $name-$version
   12     ./configure --prefix=/usr \
   13                 --mandir=/usr/man \
   14                 --libexecdir=/usr/lib \
   15                 --enable-libipq
   16     make
   17     make DESTDIR=$PKG install
   18 }

Generated by cgit