mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
testing/nfdump: remove fts dependency
fts support was added to uclibc and fts package removed
This commit is contained in:
parent
89813005d6
commit
38bbb840da
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user