mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-04 08:12:06 +01:00
23 lines
528 B
Plaintext
23 lines
528 B
Plaintext
# Maintainer:Carlo Landmeter
|
|
pkgname=htop
|
|
pkgver=0.9
|
|
pkgrel=0
|
|
pkgdesc="An interactive process viewer for Linux"
|
|
url="http://htop.sourceforge.net"
|
|
arch="all"
|
|
license='GPL'
|
|
depends=
|
|
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 DESTDIR="$pkgdir" install
|
|
}
|
|
|
|
md5sums="7c5507f35f363f3f40183a2ba3c561f8 htop-0.9.tar.gz"
|