testing/nfdump: remove fts dependency

fts support was added to uclibc and fts package removed
This commit is contained in:
Natanael Copa 2012-02-01 20:45:27 +00:00
parent 89813005d6
commit 38bbb840da

View File

@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=nfdump
pkgver=1.6.4
pkgrel=1
pkgrel=2
pkgdesc="The nfdump tools collect and process netflow data on the command line."
url="http://nfdump.sourceforge.net/"
arch="all"
@ -35,8 +35,6 @@ build() {
}
package() {
depends=fts
cd "$_builddir"
make DESTDIR="$pkgdir" install || return 1
install -D -m755 "$srcdir"/nfcapd.initd \