diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-04-12 14:54:10 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-04-12 14:55:09 +0000 |
commit | d5cb20066a9553584eeae27165b0ad1366474b74 (patch) | |
tree | 65ae9c88d1026fa6461d1e1affbca7f45a98faa6 /testing/ipt-netflow-grsec/APKBUILD | |
parent | bb84967130663ebb13fceb5047c67781e8eba8bb (diff) | |
download | aports-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/APKBUILD')
-rw-r--r-- | testing/ipt-netflow-grsec/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/ipt-netflow-grsec/APKBUILD b/testing/ipt-netflow-grsec/APKBUILD index e66568d35..6827ad8e2 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() { |