diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-04-25 18:42:40 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-04-25 18:42:40 +0200 |
commit | 3680c1da4f51daa9bc1556ec8d80cd6e3ffab343 (patch) | |
tree | f13564cd01f3cf53fad70cda612562760e9c431d /xorg | |
parent | 1c6c124fb8d1b175cf9186c45feac348165f1c8e (diff) | |
download | nutyx-extra-3680c1da4f51daa9bc1556ec8d80cd6e3ffab343.tar.gz nutyx-extra-3680c1da4f51daa9bc1556ec8d80cd6e3ffab343.tar.bz2 nutyx-extra-3680c1da4f51daa9bc1556ec8d80cd6e3ffab343.tar.xz nutyx-extra-3680c1da4f51daa9bc1556ec8d80cd6e3ffab343.zip |
xrestop, maj footprint
Diffstat (limited to 'xorg')
-rw-r--r-- | xorg/xrestop/.footprint | 7 | ||||
-rw-r--r-- | xorg/xrestop/Pkgfile | 5 |
2 files changed, 7 insertions, 5 deletions
diff --git a/xorg/xrestop/.footprint b/xorg/xrestop/.footprint index 6bd33adaa..ab790f9eb 100644 --- a/xorg/xrestop/.footprint +++ b/xorg/xrestop/.footprint @@ -1,6 +1,7 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/xrestop -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/xrestop.1.gz +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/xrestop.1.gz diff --git a/xorg/xrestop/Pkgfile b/xorg/xrestop/Pkgfile index 5c8b20af0..15a125c66 100644 --- a/xorg/xrestop/Pkgfile +++ b/xorg/xrestop/Pkgfile @@ -1,6 +1,7 @@ # Description: top like tool for monitoring X client/server resource usage # URL: http://freedesktop.org/wiki/Software/xrestop -# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch # Depends on: xorg-libxres name=xrestop @@ -11,7 +12,7 @@ source=(http://projects.o-hand.com/sources/$name/$name-$version.tar.gz) build() { cd xrestop-$version - ./configure --prefix=/usr + ./configure --prefix=/usr --mandir=/usr/share/man make make DESTDIR=$PKG install |