diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-12-30 08:38:59 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-12-30 08:38:59 +0000 |
commit | be2af7017c063dc63b8b688883105fb1fe70fb30 (patch) | |
tree | 644acb28612bb2b61f71d45b9498c3257bbeceb2 /testing | |
parent | 076203f13fd5b7161fe90a0d7bc1c593879b5931 (diff) | |
download | aports-be2af7017c063dc63b8b688883105fb1fe70fb30.tar.bz2 aports-be2af7017c063dc63b8b688883105fb1fe70fb30.tar.xz |
main/nfdump: claim maintainership. misc build fixes
Diffstat (limited to 'testing')
-rw-r--r-- | testing/nfdump/APKBUILD | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/testing/nfdump/APKBUILD b/testing/nfdump/APKBUILD index 568519374e..9299be6af0 100644 --- a/testing/nfdump/APKBUILD +++ b/testing/nfdump/APKBUILD @@ -1,12 +1,12 @@ # Contributor: -# Maintainer: +# Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=nfdump pkgver=1.6.4 pkgrel=0 pkgdesc="The nfdump tools collect and process netflow data on the command line." url="http://nfdump.sourceforge.net/" arch="all" -license="bsd" +license="BSD" depends="" depends_dev="" makedepends="bison flex $depends_dev" @@ -27,12 +27,9 @@ prepare() { build() { cd "$_builddir" - ./configure || make || return 1 -} - -doc() { - mkdir -p "$subpkgdir" - default_doc + ./configure --prefix=/usr \ + || return 1 + make || return 1 } package() { |