contrib/ncdu/Pkgfile

16 lines
341 B
Plaintext
Raw Normal View History

2008-05-12 22:50:05 +02:00
# Description: NCurses Disk Usage
# URL: http://dev.yorhel.nl/ncdu/
# Maintainer: Bartlomiej Palmowski, maks1k at wp dot pl
name=ncdu
2008-10-10 12:00:17 +02:00
version=1.4
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
}