1
0
forked from ports/contrib

ncdu: new port

This commit is contained in:
Bartlomiej Palmowski 2008-05-12 22:50:05 +02:00
parent 7edc9b05da
commit 455db07c00
3 changed files with 22 additions and 0 deletions

6
ncdu/.footprint Normal file
View File

@ -0,0 +1,6 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/ncdu
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/ncdu.1.gz

1
ncdu/.md5sum Normal file
View File

@ -0,0 +1 @@
204bacb8376819059bec6c8287a87a67 ncdu-1.3.tar.gz

15
ncdu/Pkgfile Normal file
View File

@ -0,0 +1,15 @@
# Description: NCurses Disk Usage
# URL: http://dev.yorhel.nl/ncdu/
# Maintainer: Bartlomiej Palmowski, maks1k at wp dot pl
name=ncdu
version=1.3
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
}