contrib/ncdu/Pkgfile
Bartlomiej Palmowski 0a9f2ba234 ncdu: 1.8 -> 1.9
2013-01-14 19:15:02 +11:00

16 lines
352 B
Plaintext

# Description: NCurses Disk Usage
# URL: http://dev.yorhel.nl/ncdu/
# Maintainer: Bartlomiej Palmowski, rotwang at crux dot org dot pl
name=ncdu
version=1.9
release=1
source=(http://dev.yorhel.nl/download/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
}