aboutsummaryrefslogtreecommitdiffstats
path: root/core/htop/APKBUILD
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2008-11-27 15:53:25 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2008-11-27 16:08:36 +0000
commitdfc8a371c9daf59d2765a3aa958f6f8c6c0a2312 (patch)
treed770bcddafa6253885cb32a6a4b6b3ad4da9ef40 /core/htop/APKBUILD
parentd2773581e7cd723b8ff8a78104a6b18ebbaabfc2 (diff)
core/htop: new aport
Diffstat (limited to 'core/htop/APKBUILD')
-rw-r--r--core/htop/APKBUILD21
1 files changed, 21 insertions, 0 deletions
diff --git a/core/htop/APKBUILD b/core/htop/APKBUILD
new file mode 100644
index 00000000000..a9adbea63c2
--- /dev/null
+++ b/core/htop/APKBUILD
@@ -0,0 +1,21 @@
+# Maintainer:Carlo Landmeter
+pkgname=htop
+pkgver=0.8.1
+pkgrel=0
+pkgdesc="An interactive process viewer for Linux"
+url="http://htop.sourceforge.net"
+license='GPL'
+depends='ncurses uclibc'
+makedepends="ncurses-dev"
+source="http://surfnet.dl.sourceforge.net/sourceforge/htop/$pkgname-$pkgver.tar.gz"
+
+subpackages="$pkgname-doc"
+
+build() {
+ cd $startdir/src/$pkgname-$pkgver
+ ./configure --prefix=/usr --mandir=/usr/share/man
+ make || return 1
+ make prefix=$startdir/pkg/usr mandir=$startdir/pkg/usr/share/man install
+}
+
+md5sums='f0b259ca29175656de48bf0fa0a2e619 htop-0.8.1.tar.gz'