contrib/ncdu/Pkgfile

16 lines
352 B
Plaintext
Raw Normal View History

2008-05-12 22:50:05 +02:00
# Description: NCurses Disk Usage
# URL: http://dev.yorhel.nl/ncdu/
2009-01-10 14:30:03 +01:00
# Maintainer: Bartlomiej Palmowski, rotwang at crux dot org dot pl
2008-05-12 22:50:05 +02:00
name=ncdu
2010-09-13 17:21:25 +02:00
version=1.7
2008-05-12 22:50:05 +02:00
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
}