1
0
forked from ports/contrib

xdiskusage: initial commit

This commit is contained in:
Danny Rawlins 2006-11-30 20:59:49 +11:00
parent 4e96e7ebcb
commit 23b55737fb
3 changed files with 26 additions and 0 deletions

6
xdiskusage/.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/xdiskusage
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/xdiskusage.1.gz

1
xdiskusage/.md5sum Normal file
View File

@ -0,0 +1 @@
a902aa9d73761ade98256c3cd5c1f533 xdiskusage-1.48.tgz

19
xdiskusage/Pkgfile Normal file
View File

@ -0,0 +1,19 @@
# Description: GUI disk space viewer.
# URL: http://xdiskusage.sourceforge.net/
# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
# Packager: Danny Rawlins, romster at shortcircuit dot net dot au
# Depends on: fltk
name=xdiskusage
version=1.48
release=1
source=(http://xdiskusage.sourceforge.net/xdiskusage-$version.tgz)
build() {
cd $name-$version
./configure --prefix=/usr
make
install -D -s -m755 -oroot -groot xdiskusage $PKG/usr/bin/xdiskusage
install -D -m644 -oroot -groot xdiskusage.1 $PKG/usr/man/man1/xdiskusage.1
}