diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-04-25 12:34:20 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-04-25 12:34:20 +0200 |
commit | 06d0c1f9a6746c84fb75c2ce1397781a9a79b2dd (patch) | |
tree | 4d1ad4422f64eec47caeb572d475a7b8f1a09cb8 /xorg | |
parent | 50001eacb70095ac594bfd49c805274e87758156 (diff) | |
download | nutyx-pakxe-06d0c1f9a6746c84fb75c2ce1397781a9a79b2dd.tar.gz nutyx-pakxe-06d0c1f9a6746c84fb75c2ce1397781a9a79b2dd.tar.bz2 nutyx-pakxe-06d0c1f9a6746c84fb75c2ce1397781a9a79b2dd.tar.xz nutyx-pakxe-06d0c1f9a6746c84fb75c2ce1397781a9a79b2dd.zip |
xorg-xev, maj footprint
Diffstat (limited to 'xorg')
-rw-r--r-- | xorg/xorg-xev/.footprint | 7 | ||||
-rw-r--r-- | xorg/xorg-xev/Pkgfile | 5 |
2 files changed, 7 insertions, 5 deletions
diff --git a/xorg/xorg-xev/.footprint b/xorg/xorg-xev/.footprint index b79863962..b990833ea 100644 --- a/xorg/xorg-xev/.footprint +++ b/xorg/xorg-xev/.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/xev -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/xev.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/xev.1.gz diff --git a/xorg/xorg-xev/Pkgfile b/xorg/xorg-xev/Pkgfile index d55777cda..d4002c03b 100644 --- a/xorg/xorg-xev/Pkgfile +++ b/xorg/xorg-xev/Pkgfile @@ -1,6 +1,7 @@ # Description: Print contents of X events # URL: http://xorg.freedesktop.org -# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch # Depends on: xorg-libx11 name=xorg-xev @@ -11,7 +12,7 @@ source=(http://xorg.freedesktop.org/releases/individual/app/xev-$version.tar.bz2 build() { cd xev-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install |