#Maintainer: Paul Marwick pkgname=ncdu pkgver=1.7 pkgrel=1 zenver=66 arch=i486 source=(http://dev.yorhel.nl/download/$pkgname-$pkgver.tar.gz) sourcetemplate=http://zenwalk.pinguix.com/user-accounts/toothandnail//$pkgname/$pkgver/ #docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url="http://dev.yorhel.nl/ncdu" #doinst() { # #} slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "ncdu (an ncurses version of the familiar DU ustility)" "ncdu is an ncurses based version of the du utility which allows you" "to quickly determine which files are using most of your disk space" ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc make || return 1 make install DESTDIR=$startdir/pkg }