summaryrefslogtreecommitdiffstats
path: root/unmaintained
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-02-25 13:09:01 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-02-25 13:11:42 +0000
commit7b9d3a45f28094c416a1ba449607c8b4ad291b4d (patch)
tree1ecc99f7b3eee1273823f43fa89bd315b764905a /unmaintained
parentb5541800d4d765b8252488dc841be11ca3fba53e (diff)
downloadaports-7b9d3a45f28094c416a1ba449607c8b4ad291b4d.tar.bz2
aports-7b9d3a45f28094c416a1ba449607c8b4ad291b4d.tar.xz
testing/ipt-netflow: fix build again
Use upstream source repo rather than Rush's github clone
Diffstat (limited to 'unmaintained')
-rw-r--r--unmaintained/ipt-netflow/APKBUILD28
1 files changed, 0 insertions, 28 deletions
diff --git a/unmaintained/ipt-netflow/APKBUILD b/unmaintained/ipt-netflow/APKBUILD
deleted file mode 100644
index 5dda63403..000000000
--- a/unmaintained/ipt-netflow/APKBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# Contributor: Rush Future <rush.zlo@gmail.com>
-# Maintainer: Rush Future <rush.zlo@gmail.com>
-pkgname=ipt-netflow
-pkgver=1.8.4
-pkgrel=1
-pkgdesc="Kernel netflow sensor"
-url="http://ipt-netflow.sourceforge.net."
-arch="all"
-license="GPL3+"
-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 \
- || return 1
- 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"