mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-13 11:51:38 +01:00
29 lines
902 B
Plaintext
29 lines
902 B
Plaintext
# Contributor: Rush Future <rush.zlo@gmail.com>
|
|
# Maintainer: Rush Future <rush.zlo@gmail.com>
|
|
|
|
pkgname=ipt-netflow
|
|
pkgver=1.8.4
|
|
pkgrel=0
|
|
pkgdesc="Kernel netflow sensor"
|
|
url="http://ipt-netflow.sourceforge.net."
|
|
arch="all"
|
|
license="LGPL"
|
|
makedepends="iptables-dev bash"
|
|
source="$pkgname-$pkgver.tar.gz::https://github.com/RushOnline/$pkgname/archive/v${pkgver}.tar.gz"
|
|
|
|
_builddir="$srcdir/$pkgname-$pkgver"
|
|
build() {
|
|
cd "$_builddir"
|
|
./configure
|
|
make libipt_NETFLOW.so || return 1
|
|
}
|
|
|
|
package() {
|
|
cd "$_builddir"
|
|
make linstall DESTDIR=$pkgdir || return 1
|
|
}
|
|
|
|
md5sums="a5d564dd5f30d5b61a93decf29e3a208 ipt-netflow-1.8.4.tar.gz"
|
|
sha256sums="bb2446a0b16aa7f6052599410c2b4ce184d40893ec2ca12756f3bcb341890f43 ipt-netflow-1.8.4.tar.gz"
|
|
sha512sums="e15ad33b4b3df9e1e53fbac6334dbe08802d66f4850cbf489d7a60184cdb47d94448ae13480d586474a6bec6204680d059543b619ae40a0f74fad22fed1b024a ipt-netflow-1.8.4.tar.gz"
|