diff options
author | sibel <lesibel@free.fr> | 2009-11-21 12:12:46 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2009-11-21 12:12:46 +0100 |
commit | 10c6e93ac575e9e30f6ded0b1ee0a962bd161483 (patch) | |
tree | b0242d8882068793ae0e3f8f6fd7a75fde6190dd | |
parent | 267281d5b0d6e1894344cf4f0c4da203148d747e (diff) | |
download | nutyx-extra-10c6e93ac575e9e30f6ded0b1ee0a962bd161483.tar.gz nutyx-extra-10c6e93ac575e9e30f6ded0b1ee0a962bd161483.tar.bz2 nutyx-extra-10c6e93ac575e9e30f6ded0b1ee0a962bd161483.tar.xz nutyx-extra-10c6e93ac575e9e30f6ded0b1ee0a962bd161483.zip |
maj de xorg-xf86-input-fpit#1.3.0-2
-rw-r--r-- | xorg/xorg-xf86-input-fpit/.footprint | 7 | ||||
-rw-r--r-- | xorg/xorg-xf86-input-fpit/Pkgfile | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/xorg/xorg-xf86-input-fpit/.footprint b/xorg/xorg-xf86-input-fpit/.footprint index 1f838322e..3987d099a 100644 --- a/xorg/xorg-xf86-input-fpit/.footprint +++ b/xorg/xorg-xf86-input-fpit/.footprint @@ -5,6 +5,7 @@ drwxr-xr-x root/root usr/lib/xorg/modules/ drwxr-xr-x root/root usr/lib/xorg/modules/input/ -rwxr-xr-x root/root usr/lib/xorg/modules/input/fpit_drv.la -rwxr-xr-x root/root usr/lib/xorg/modules/input/fpit_drv.so -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man4/ --rw-r--r-- root/root usr/man/man4/fpit.4.gz +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man4/ +-rw-r--r-- root/root usr/share/man/man4/fpit.4.gz diff --git a/xorg/xorg-xf86-input-fpit/Pkgfile b/xorg/xorg-xf86-input-fpit/Pkgfile index 3407f4cbc..7cbe90a34 100644 --- a/xorg/xorg-xf86-input-fpit/Pkgfile +++ b/xorg/xorg-xf86-input-fpit/Pkgfile @@ -1,17 +1,18 @@ # Description: xorg driver xf86-input-fpit # URL: http://xorg.freedesktop.org -# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Maintainer: NuTyX core team +# Packager: lesibel at free dot fr # Depends on: xorg-server name=xorg-xf86-input-fpit version=1.3.0 -release=1 +release=2 source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-input-fpit-$version.tar.bz2) build() { cd xf86-input-fpit-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install |