From 228b8f10b11d7ab3b28d401b0a25bc3efb40dbb7 Mon Sep 17 00:00:00 2001 From: vishalbiswas Date: Tue, 7 Mar 2017 08:51:55 +0530 Subject: [PATCH] ipset: add package --- root-packages/ipset/build.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 root-packages/ipset/build.sh diff --git a/root-packages/ipset/build.sh b/root-packages/ipset/build.sh new file mode 100644 index 000000000..dce0c2c23 --- /dev/null +++ b/root-packages/ipset/build.sh @@ -0,0 +1,10 @@ +TERMUX_PKG_HOMEPAGE=http://ipset.netfilter.org +TERMUX_PKG_VERSION=6.31 +TERMUX_PKG_SRCURL=http://ipset.netfilter.org/ipset-$TERMUX_PKG_VERSION.tar.bz2 +TERMUX_PKG_SHA256=498e411cc1d134201a31a56def6c0936c642958c2d4b4ce7d9955240047a45fe +TERMUX_PKG_MAINTAINER="Vishal Biswas @vishalbiswas" +TERMUX_PKG_DESCRIPTION="Administration tool for kernel IP sets" +TERMUX_PKG_DEPENDS="libmnl" +TERMUX_PKG_EXTRA_CONFIGURE_ARGS=" +--with-kmod=no +"