contrib/ipset/Pkgfile

20 lines
386 B
Plaintext
Raw Normal View History

2012-01-07 07:01:01 +01:00
# Description: Administration tool for IP or port sets.
# URL: http://ipset.netfilter.org/
2014-11-10 13:28:07 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
2012-01-07 07:01:01 +01:00
# Depends on: iptables libmnl
name=ipset
2020-03-05 09:43:46 +01:00
version=7.6
2012-01-07 07:01:01 +01:00
release=1
source=(http://$name.netfilter.org/$name-$version.tar.bz2)
build() {
2016-10-19 13:07:08 +02:00
cd $name-$version
2012-01-07 07:01:01 +01:00
2016-10-19 13:07:08 +02:00
CONFIG_SHELL=/bin/bash \
./configure --prefix=/usr
2012-01-07 07:01:01 +01:00
make
make DESTDIR=$PKG install
}