From 7b9d3a45f28094c416a1ba449607c8b4ad291b4d Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 25 Feb 2014 13:09:01 +0000 Subject: testing/ipt-netflow: fix build again Use upstream source repo rather than Rush's github clone --- unmaintained/ipt-netflow/APKBUILD | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 unmaintained/ipt-netflow/APKBUILD (limited to 'unmaintained') 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 -# Maintainer: Rush Future -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" -- cgit v1.2.3