diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-05-30 14:30:57 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-05-30 14:30:57 +0000 |
commit | f6937ec4118ad29bda26189cc7c2bbc07aeffdce (patch) | |
tree | 393b734128c3113c6d977c57b1e7f893533e9857 /main/ntop | |
parent | aa677e4f1c9bc61117f79f82ddcca2c67ecc4172 (diff) | |
download | aports-f6937ec4118ad29bda26189cc7c2bbc07aeffdce.tar.bz2 aports-f6937ec4118ad29bda26189cc7c2bbc07aeffdce.tar.xz |
main/ntop: disable. does not build with musl
Diffstat (limited to 'main/ntop')
-rw-r--r-- | main/ntop/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/main/ntop/APKBUILD b/main/ntop/APKBUILD index 3ce2679f45..ec8b46bf41 100644 --- a/main/ntop/APKBUILD +++ b/main/ntop/APKBUILD @@ -1,11 +1,10 @@ -# Contributor: # Maintainer: Leonardo Arena <rnalrd@alpinelinux.org> pkgname=ntop pkgver=5.0.1 pkgrel=5 pkgdesc="Network traffic probe" url="http://www.ntop.org" -arch="all" +arch="" license="GPL" depends= pkgusers="ntop" |