mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-07 06:17:14 +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>
|
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||||
pkgname=nfdump
|
pkgname=nfdump
|
||||||
pkgver=1.6.4
|
pkgver=1.6.4
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="The nfdump tools collect and process netflow data on the command line."
|
pkgdesc="The nfdump tools collect and process netflow data on the command line."
|
||||||
url="http://nfdump.sourceforge.net/"
|
url="http://nfdump.sourceforge.net/"
|
||||||
arch="all"
|
arch="all"
|
||||||
@ -35,8 +35,6 @@ build() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
depends=fts
|
|
||||||
|
|
||||||
cd "$_builddir"
|
cd "$_builddir"
|
||||||
make DESTDIR="$pkgdir" install || return 1
|
make DESTDIR="$pkgdir" install || return 1
|
||||||
install -D -m755 "$srcdir"/nfcapd.initd \
|
install -D -m755 "$srcdir"/nfcapd.initd \
|
||||||
|
Loading…
Reference in New Issue
Block a user