]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blobdiff - htop/htop.nm
htop: Update to 1.0.3.
[people/ms/ipfire-3.x.git] / htop / htop.nm
index 6e8dc5645a60cc6ce8c22e8e3e4ff717de6c7da3..1863351574934408345ab519dc0f6626026f0751 100644 (file)
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = htop
-version    = 1.0.2
+version    = 1.0.3
 release    = 1
 
 groups     = Applications/System
@@ -17,18 +17,16 @@ description
        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