]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blobdiff - htop/htop.nm
prevent kernel address space leak via dmesg or /proc files
[people/pmueller/ipfire-3.x.git] / htop / htop.nm
index b823f48204c58c9dba52de276878e9c8c5fb60cb..1863351574934408345ab519dc0f6626026f0751 100644 (file)
@@ -4,8 +4,8 @@
 ###############################################################################
 
 name       = htop
-version    = 1.0
-release    = 2
+version    = 1.0.3
+release    = 1
 
 groups     = Applications/System
 url        = http://htop.sourceforge.net/
@@ -13,22 +13,20 @@ license    = GPL+
 summary    = Interactive process viewer.
 
 description
-       htop is an interactive text-mode process viewer for Linux, similar to \
+       htop is an interactive text-mode process viewer for Linux, similar to
        top(1).
 end
 
-source_dl  = http://sourceforge.net/projects/htop/files
+source_dl  = http://sourceforge.net/projects/%{name}/files/%{name}/%{version}/
+source_dl += http://hisham.hm/htop/releases/%{version}/
 
 build
        requires
                ncurses-devel
        end
 
-       configure_options += \
-               --sysconfdir=/etc
-
        install_cmds
-               rm -rf %{BUILDROOT}/usr/share/{applications,pixmaps}
+               rm -rf %{BUILDROOT}%{datadir}/{applications,pixmaps}
        end
 end