From: Michael Tremer Date: Sat, 10 Nov 2012 21:18:39 +0000 (+0100) Subject: bwm-ng: Use libstatgrab. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1ee9eb8538197f4b4fcb053104bcecaa5080ab4;p=ipfire-3.x.git bwm-ng: Use libstatgrab. --- diff --git a/bwm-ng/bwm-ng.nm b/bwm-ng/bwm-ng.nm index d319cc1f0..24cdfddc4 100644 --- a/bwm-ng/bwm-ng.nm +++ b/bwm-ng/bwm-ng.nm @@ -5,7 +5,7 @@ name = bwm-ng version = 0.6 -release = 1 +release = 2 groups = Networking/Statistics url = http://www.gropp.org/?id=projects&sub=bwm-ng @@ -20,12 +20,30 @@ source_dl = http://www.gropp.org/bwm-ng/ build requires + libstatgrab-devel ncurses-devel end + + configure_options += \ + --enable-64bit \ + --enable-netstatbyte \ + --enable-netstatlink \ + --with-ncurses \ + --with-time \ + --with-getopt_long \ + --with-getifaddrs \ + --with-sysctl \ + --with-procnetdev \ + --with-libstatgrab \ + --with-netstatlinux \ + --without-strip end packages package %{name} + requires + procps + end end package %{name}-debuginfo