contrib/ncdu/Pkgfile
Bartlomiej Palmowski 0fa46fbb1d ncdu: 1.5 -> 1.6
2010-06-21 12:16:12 +02: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.6
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
}