diff options
author | sibel <lesibel@free.fr> | 2009-11-21 12:14:10 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2009-11-21 12:14:10 +0100 |
commit | 6de387f9aa66d964f4985b3531d078f73ae1d0a6 (patch) | |
tree | 26c764b2bd1314d20a07b2ab169ed1c18d3a436a | |
parent | 6d578a1c0c49333a00d69c233a29aa88771dbed7 (diff) | |
download | nutyx-pakxe-6de387f9aa66d964f4985b3531d078f73ae1d0a6.tar.gz nutyx-pakxe-6de387f9aa66d964f4985b3531d078f73ae1d0a6.tar.bz2 nutyx-pakxe-6de387f9aa66d964f4985b3531d078f73ae1d0a6.tar.xz nutyx-pakxe-6de387f9aa66d964f4985b3531d078f73ae1d0a6.zip |
maj de xorg-xf86-input-penmount#1.4.0-2
-rw-r--r-- | xorg/xorg-xf86-input-penmount/.footprint | 7 | ||||
-rw-r--r-- | xorg/xorg-xf86-input-penmount/Pkgfile | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/xorg/xorg-xf86-input-penmount/.footprint b/xorg/xorg-xf86-input-penmount/.footprint index 77641bdbd..b6f8049c3 100644 --- a/xorg/xorg-xf86-input-penmount/.footprint +++ b/xorg/xorg-xf86-input-penmount/.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/penmount_drv.la -rwxr-xr-x root/root usr/lib/xorg/modules/input/penmount_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/penmount.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/penmount.4.gz diff --git a/xorg/xorg-xf86-input-penmount/Pkgfile b/xorg/xorg-xf86-input-penmount/Pkgfile index 6436df463..5660f883a 100644 --- a/xorg/xorg-xf86-input-penmount/Pkgfile +++ b/xorg/xorg-xf86-input-penmount/Pkgfile @@ -1,17 +1,18 @@ # Description: xorg driver xf86-input-penmount # 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-penmount version=1.4.0 -release=1 +release=2 source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-input-penmount-$version.tar.bz2) build() { cd xf86-input-penmount-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install |