From 0315dbb943673d5cebb536f72855fb2b1077d11e Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 5 Dec 2009 05:23:19 +0100 Subject: [PATCH] Added htop-0.8.3 build template. --HG-- extra : convert_revision : 06751d78ccb235ecf92f8ea41b6922d8ab833630 --- srcpkgs/htop/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/htop/template diff --git a/srcpkgs/htop/template b/srcpkgs/htop/template new file mode 100644 index 0000000000..a945629260 --- /dev/null +++ b/srcpkgs/htop/template @@ -0,0 +1,16 @@ +# Template file for 'htop' +pkgname=htop +version=0.8.3 +distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz" +build_style=gnu_configure +configure_args="--enable-unicode --enable-openvz --enable-vserver" +short_desc="An interactive process viewer" +maintainer="Juan RP " +checksum=f03bac8999c57c399cbf4332831bcce905d0393d0f97f7e32a1407b48890dd9d +long_desc=" + htop is an interactive process viewer for Linux. It is a text-mode terminal + application (for console or X terminals) and requires ncurses." + +Add_dependency full glibc +Add_dependency build ncurses +Add_dependency full ncursesw