forked from ports/contrib
xosview: initial import
This commit is contained in:
parent
9caa0246bd
commit
afee4ec015
10
xosview/.footprint
Normal file
10
xosview/.footprint
Normal file
@ -0,0 +1,10 @@
|
||||
drwxr-xr-x root/root etc/
|
||||
drwxr-xr-x root/root etc/X11/
|
||||
drwxr-xr-x root/root etc/X11/app-defaults/
|
||||
-rw-r--r-- root/root etc/X11/app-defaults/XOsview
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/xosview
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
-rw-r--r-- root/root usr/man/man1/xosview.1.gz
|
1
xosview/.md5sum
Normal file
1
xosview/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
88cf9fecfcc27a42d132d1f983c1f091 xosview-1.8.3.tar.gz
|
18
xosview/Pkgfile
Normal file
18
xosview/Pkgfile
Normal file
@ -0,0 +1,18 @@
|
||||
# Description: Displays many system related stats (cpu usage, memory usage, swap usage etc)
|
||||
# URL: http://xosview.sourceforge.net/
|
||||
# Maintainer: Mikhail Kolesnik, mike at openbunker dot org
|
||||
# Depends on: x11
|
||||
|
||||
name=xosview
|
||||
version=1.8.3
|
||||
release=2
|
||||
source=(http://dl.sourceforge.net/sourceforge/xosview/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
/usr/bin/install xosview -D -m 755 $PKG/usr/bin/xosview
|
||||
/usr/bin/install Xdefaults -D -m 644 $PKG/etc/X11/app-defaults/XOsview
|
||||
/usr/bin/install xosview.1 -D -m 644 $PKG/usr/man/man1/xosview.1
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user