ports/opt (2.4): htop: updated to 0.8
commit 9208b68621fcee27f383e250ad82bd5a1aceba44 Author: Simone Rota <sip@crux.nu> Date: Tue Aug 5 21:07:00 2008 +0000 htop: updated to 0.8 diff --git a/htop/.md5sum b/htop/.md5sum index 8afe3fd..8ef822a 100644 --- a/htop/.md5sum +++ b/htop/.md5sum @@ -1 +1 @@ -4afc961fa709167e1b434682897991f9 htop-0.7.tar.gz +b6955f8d75cdb5a3ccea83415cb18815 htop-0.8.tar.gz diff --git a/htop/Pkgfile b/htop/Pkgfile index da6dc16..04fcda9 100644 --- a/htop/Pkgfile +++ b/htop/Pkgfile @@ -4,7 +4,7 @@ # Depends on: ncurses name=htop -version=0.7 +version=0.8 release=1 source=(http://dl.sourceforge.net/sourceforge/${name}/${name}-${version}.tar.gz) @@ -14,5 +14,6 @@ build() { make make DESTDIR=$PKG install + rm -rf $PKG/usr/{include,lib} rm -rf $PKG/usr/share/{applications,pixmaps,} }
participants (1)
-
crux@crux.nu