libnetfilter_cttimeout: adopted port
This commit is contained in:
parent
1de9d5d819
commit
88dd794ed2
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF36bMi9p9OTy2+BsMeYJczzEcv3gQDAGJ2AbGD9yfsp6tsWnsd88Eiip4Kww/6+6OBLR6WU7G1GwHnysUZ+rtEA4=
|
||||
SHA256 (Pkgfile) = 6ee5459e25c80670b51e444bd358cd1ca40f1a2a5f590269cc562e320b0b4072
|
||||
RWSagIOpLGJF35P02gZw7IxDVB8eebQQe1C3fDjR0NvUMz5URmgWPUa+lc+43+2cMk5QQztin3jfyF560kUnT+trz5TrIm7R2w0=
|
||||
SHA256 (Pkgfile) = 80f5c6a981a026fd66c582c19516f7d01ee051cd1d5d16fa3be7d06f4d24b226
|
||||
SHA256 (.footprint) = b17091d18deb31553b750bf82aa007d7ac34d05463f826ad31dbe9bfc4417c52
|
||||
SHA256 (libnetfilter_cttimeout-1.0.1.tar.bz2) = 0b59da2f3204e1c80cb85d1f6d72285fc07b01a2f5678abf5dccfbbefd650325
|
||||
|
@ -1,17 +1,18 @@
|
||||
# Description: A library that provides the programming interface to the fine-grain connection tracking timeout infrastructure.
|
||||
# URL: http://www.netfilter.org/projects/libnetfilter_cttimeout
|
||||
# Maintainer: Danny Rawlins, crux at romster dot me
|
||||
# Packager: Danny Rawlins, crux at romster dot me
|
||||
# Description: A library that provides the programming interface to the fine-grain connection tracking timeout infrastructure
|
||||
# URL: https://www.netfilter.org/projects/libnetfilter_cttimeout
|
||||
# Maintainer: Tim Biermann, tbier at posteo dot de
|
||||
# Depends on: libmnl
|
||||
|
||||
name=libnetfilter_cttimeout
|
||||
version=1.0.1
|
||||
release=1
|
||||
source=(http://www.netfilter.org/projects/$name/files/$name-$version.tar.bz2)
|
||||
source=(https://www.netfilter.org/projects/$name/files/$name-$version.tar.bz2)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
cd $name-$version
|
||||
|
||||
./configure --prefix=/usr
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user