]> git.ipfire.org Git - ipfire-3.x.git/blobdiff - bwm-ng/bwm-ng.nm
gcc: Update to 8.2.0
[ipfire-3.x.git] / bwm-ng / bwm-ng.nm
index d319cc1f00dfc5c198babd31fdfd56178c57ab7d..17e88345c8767311fd80cd5c7856f0be399854c6 100644 (file)
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = bwm-ng
-version    = 0.6
+version    = 0.6.1
 release    = 1
 
 groups     = Networking/Statistics
@@ -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