From: Stefan Schantl Date: Sun, 27 Apr 2014 16:55:15 +0000 (+0200) Subject: htop: Update to 1.0.3. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a17e06d05db7f0eafc0eb4180e356a3e7f0d2d8b;p=ipfire-3.x.git htop: Update to 1.0.3. Add mirror for source download. --- diff --git a/htop/htop.nm b/htop/htop.nm index 6e8dc5645..186335157 100644 --- a/htop/htop.nm +++ b/htop/htop.nm @@ -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