aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ipt-netflow-grsec
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-04-12 14:54:10 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-04-12 14:55:09 +0000
commitd5cb20066a9553584eeae27165b0ad1366474b74 (patch)
tree65ae9c88d1026fa6461d1e1affbca7f45a98faa6 /testing/ipt-netflow-grsec
parentbb84967130663ebb13fceb5047c67781e8eba8bb (diff)
downloadaports-d5cb20066a9553584eeae27165b0ad1366474b74.tar.bz2
aports-d5cb20066a9553584eeae27165b0ad1366474b74.tar.xz
testing/ipt-netflow-grsec: install if kernel and ipt-netflow matches
ref #1623
Diffstat (limited to 'testing/ipt-netflow-grsec')
-rw-r--r--testing/ipt-netflow-grsec/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/ipt-netflow-grsec/APKBUILD b/testing/ipt-netflow-grsec/APKBUILD
index e66568d357..6827ad8e26 100644
--- a/testing/ipt-netflow-grsec/APKBUILD
+++ b/testing/ipt-netflow-grsec/APKBUILD
@@ -9,7 +9,7 @@ _kpkgrel=0
# when chaning _ver we *must* bump _mypkgrel
_ver=1.8.4
-_mypkgrel=0
+_mypkgrel=1
# verify the kernel version before entering chroot
if [ -f ../linux-${_flavor}/APKBUILD ]; then
@@ -34,6 +34,7 @@ source="ipt-netflow-$_ver.tar.gz::https://github.com/RushOnline/ipt-netflow/arch
constify.patch"
depends="$_kpkg-dev=$_kpkgver"
makedepends="linux-${_flavor}-dev iptables-dev bash"
+install_if="$_kpkg=$_kpkgver ipt-netflow"
_builddir="$srcdir"/ipt-netflow-$_ver
prepare() {