contrib/ipset/Pkgfile

20 lines
369 B
Plaintext

# Description: Administration tool for IP or port sets.
# URL: https://ipset.netfilter.org/
# Maintainer: unmaintained
# Depends on: iptables libmnl
name=ipset
version=7.17
release=1
source=(https://$name.netfilter.org/$name-$version.tar.bz2)
build() {
cd $name-$version
CONFIG_SHELL=/bin/bash \
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}