diff options
author | sibel <lesibel@free.fr> | 2009-11-21 12:12:05 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2009-11-21 12:12:05 +0100 |
commit | 00a99e13502488a07866a6e9b660745a0903ff5c (patch) | |
tree | 6b3987cec2165be6fc5a9d649550a8f97c73fa4c /xorg | |
parent | 892daafe3f99cfbcd4255f013e9127d3d8fd381b (diff) | |
download | nutyx-pakxe-00a99e13502488a07866a6e9b660745a0903ff5c.tar.gz nutyx-pakxe-00a99e13502488a07866a6e9b660745a0903ff5c.tar.bz2 nutyx-pakxe-00a99e13502488a07866a6e9b660745a0903ff5c.tar.xz nutyx-pakxe-00a99e13502488a07866a6e9b660745a0903ff5c.zip |
maj de xorg-xf86-input-elographics#1.2.3-2
Diffstat (limited to 'xorg')
-rw-r--r-- | xorg/xorg-xf86-input-elographics/.footprint | 7 | ||||
-rw-r--r-- | xorg/xorg-xf86-input-elographics/Pkgfile | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/xorg/xorg-xf86-input-elographics/.footprint b/xorg/xorg-xf86-input-elographics/.footprint index be406d0b0..e7752bd33 100644 --- a/xorg/xorg-xf86-input-elographics/.footprint +++ b/xorg/xorg-xf86-input-elographics/.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/elographics_drv.la -rwxr-xr-x root/root usr/lib/xorg/modules/input/elographics_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/elographics.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/elographics.4.gz diff --git a/xorg/xorg-xf86-input-elographics/Pkgfile b/xorg/xorg-xf86-input-elographics/Pkgfile index 54c4135f6..27001d34f 100644 --- a/xorg/xorg-xf86-input-elographics/Pkgfile +++ b/xorg/xorg-xf86-input-elographics/Pkgfile @@ -1,17 +1,18 @@ # Description: xorg driver xf86-input-elographics # 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-elographics version=1.2.3 -release=1 +release=2 source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-input-elographics-$version.tar.bz2) build() { cd xf86-input-elographics-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install |