]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
bwm-ng: Use libstatgrab.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 10 Nov 2012 21:18:39 +0000 (22:18 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 10 Nov 2012 21:18:39 +0000 (22:18 +0100)
bwm-ng/bwm-ng.nm

index d319cc1f00dfc5c198babd31fdfd56178c57ab7d..24cdfddc4eb10bb06f2dfb15a757ec652f15aacd 100644 (file)
@@ -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