forked from ports/contrib
xdiskusage: initial commit
This commit is contained in:
parent
4e96e7ebcb
commit
23b55737fb
6
xdiskusage/.footprint
Normal file
6
xdiskusage/.footprint
Normal 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
1
xdiskusage/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
a902aa9d73761ade98256c3cd5c1f533 xdiskusage-1.48.tgz
|
19
xdiskusage/Pkgfile
Normal file
19
xdiskusage/Pkgfile
Normal 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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user