diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-02-01 20:45:27 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-02-01 20:45:27 +0000 |
commit | 38bbb840dad79c84c5e55587285eceeacd92d5fe (patch) | |
tree | 68ff34b0c9869f72f19cf31ce8010fbffa0d0a3a /testing | |
parent | 89813005d6b8d78d38ff98a2ccd8de287325d3e3 (diff) | |
download | aports-38bbb840dad79c84c5e55587285eceeacd92d5fe.tar.bz2 aports-38bbb840dad79c84c5e55587285eceeacd92d5fe.tar.xz |
testing/nfdump: remove fts dependency
fts support was added to uclibc and fts package removed
Diffstat (limited to 'testing')
-rw-r--r-- | testing/nfdump/APKBUILD | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/testing/nfdump/APKBUILD b/testing/nfdump/APKBUILD index 2f031d7f8b..55083c8fcf 100644 --- a/testing/nfdump/APKBUILD +++ b/testing/nfdump/APKBUILD @@ -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 \ |