contrib/ipset/Pkgfile

20 lines
369 B
Plaintext
Raw Normal View History

2012-01-07 07:01:01 +01:00
# Description: Administration tool for IP or port sets.
2020-11-26 10:04:06 +01:00
# URL: https://ipset.netfilter.org/
2023-08-18 19:39:47 +02:00
# Maintainer: unmaintained
2012-01-07 07:01:01 +01:00
# Depends on: iptables libmnl
name=ipset
2023-01-03 14:09:48 +01:00
version=7.17
2012-01-07 07:01:01 +01:00
release=1
2020-11-26 10:04:06 +01:00
source=(https://$name.netfilter.org/$name-$version.tar.bz2)
2012-01-07 07:01:01 +01:00
build() {
2023-08-18 19:39:47 +02:00
cd $name-$version
2012-01-07 07:01:01 +01:00
2023-08-18 19:39:47 +02:00
CONFIG_SHELL=/bin/bash \
./configure --prefix=/usr
2012-01-07 07:01:01 +01:00
2023-08-18 19:39:47 +02:00
make
make DESTDIR=$PKG install
2012-01-07 07:01:01 +01:00
}