diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-04-25 18:39:11 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-04-25 18:39:11 +0200 |
commit | eeba8074f636389fd55c95711a5723f6de836ac1 (patch) | |
tree | a2ec794a7250dd378488a658ecd221d2a6d79cc3 /xorg | |
parent | dcdeeda188320374db8e86d3222099279b1d70cb (diff) | |
download | nutyx-pakxe-eeba8074f636389fd55c95711a5723f6de836ac1.tar.gz nutyx-pakxe-eeba8074f636389fd55c95711a5723f6de836ac1.tar.bz2 nutyx-pakxe-eeba8074f636389fd55c95711a5723f6de836ac1.tar.xz nutyx-pakxe-eeba8074f636389fd55c95711a5723f6de836ac1.zip |
xorg-xinput, maj footprint
Diffstat (limited to 'xorg')
-rw-r--r-- | xorg/xorg-xinput/.footprint | 7 | ||||
-rw-r--r-- | xorg/xorg-xinput/Pkgfile | 5 |
2 files changed, 7 insertions, 5 deletions
diff --git a/xorg/xorg-xinput/.footprint b/xorg/xorg-xinput/.footprint index a0f9c7f45..7e438f424 100644 --- a/xorg/xorg-xinput/.footprint +++ b/xorg/xorg-xinput/.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/xinput -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/xinput.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/xinput.1.gz diff --git a/xorg/xorg-xinput/Pkgfile b/xorg/xorg-xinput/Pkgfile index 98d024e06..4d5ab1713 100644 --- a/xorg/xorg-xinput/Pkgfile +++ b/xorg/xorg-xinput/Pkgfile @@ -1,6 +1,7 @@ # Description: Utility to configure and test XInput devices # URL: http://xorg.freedesktop.org -# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch name=xorg-xinput version=1.4.2 @@ -10,7 +11,7 @@ source=(http://xorg.freedesktop.org/releases/individual/app/xinput-$version.tar. build() { cd xinput-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install |