diff options
author | sibel <lesibel@free.fr> | 2009-11-21 12:13:45 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2009-11-21 12:13:45 +0100 |
commit | 6d578a1c0c49333a00d69c233a29aa88771dbed7 (patch) | |
tree | a0d9e5c2e0fde536832e36651583adf70ed48599 | |
parent | 18100e96764705fa47c5c4928ea533f3c32a0d84 (diff) | |
download | nutyx-pakxe-6d578a1c0c49333a00d69c233a29aa88771dbed7.tar.gz nutyx-pakxe-6d578a1c0c49333a00d69c233a29aa88771dbed7.tar.bz2 nutyx-pakxe-6d578a1c0c49333a00d69c233a29aa88771dbed7.tar.xz nutyx-pakxe-6d578a1c0c49333a00d69c233a29aa88771dbed7.zip |
maj de xorg-xf86-input-mutouch#1.2.1-2
-rw-r--r-- | xorg/xorg-xf86-input-mutouch/.footprint | 7 | ||||
-rw-r--r-- | xorg/xorg-xf86-input-mutouch/Pkgfile | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/xorg/xorg-xf86-input-mutouch/.footprint b/xorg/xorg-xf86-input-mutouch/.footprint index 0dd9942da..33db3c496 100644 --- a/xorg/xorg-xf86-input-mutouch/.footprint +++ b/xorg/xorg-xf86-input-mutouch/.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/mutouch_drv.la -rwxr-xr-x root/root usr/lib/xorg/modules/input/mutouch_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/mutouch.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/mutouch.4.gz diff --git a/xorg/xorg-xf86-input-mutouch/Pkgfile b/xorg/xorg-xf86-input-mutouch/Pkgfile index bbb31a1b1..45610b54e 100644 --- a/xorg/xorg-xf86-input-mutouch/Pkgfile +++ b/xorg/xorg-xf86-input-mutouch/Pkgfile @@ -1,17 +1,18 @@ # Description: xorg driver xf86-input-mutouch # 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-mutouch version=1.2.1 -release=1 +release=2 source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-input-mutouch-$version.tar.bz2) build() { cd xf86-input-mutouch-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install |