contrib/ncdu/Pkgfile
Bartlomiej Palmowski 0c52c1eaf8 changed email adress
2009-01-10 14:30:03 +01: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.4
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
}