diff options
author | Simone Rota <sip@crux.nu> | 2007-07-11 12:20:15 +0200 |
---|---|---|
committer | Simone Rota <sip@crux.nu> | 2007-07-11 12:20:34 +0200 |
commit | 21091e2b5cef05c363ee4eafdbd2b398acc5898a (patch) | |
tree | 5316bb69c1a448d1ad73ea136dc1489d1590e0cd /htop | |
parent | 733855a030c64c0e879224ee052837fdfa6aa04f (diff) | |
download | opt-21091e2b5cef05c363ee4eafdbd2b398acc5898a.tar.gz opt-21091e2b5cef05c363ee4eafdbd2b398acc5898a.tar.xz |
htop: updated to 0.6
Diffstat (limited to 'htop')
-rw-r--r-- | htop/.md5sum | 2 | ||||
-rw-r--r-- | htop/Pkgfile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/htop/.md5sum b/htop/.md5sum index fcf71c66d..7dfc14d3c 100644 --- a/htop/.md5sum +++ b/htop/.md5sum @@ -1 +1 @@ -180aa7c9db7106ed1197b1e408660a0e htop-0.6.5.tar.gz +12c8e6e97bd50a4e0a4730d23675fc7b htop-0.6.6.tar.gz diff --git a/htop/Pkgfile b/htop/Pkgfile index 7facaf449..d8157795c 100644 --- a/htop/Pkgfile +++ b/htop/Pkgfile @@ -4,13 +4,13 @@ # Depends: ncurses name=htop -version=0.6.5 +version=0.6.6 release=1 source=(http://dl.sourceforge.net/sourceforge/${name}/${name}-${version}.tar.gz) build() { cd $name-$version - ./configure --prefix=/usr --disable-nls + ./configure --prefix=/usr --disable-nls --mandir=/usr/man make make DESTDIR=$PKG install |