diff options
Diffstat (limited to 'acompiler/xorg-xf86-input-elographics')
5 files changed, 0 insertions, 49 deletions
diff --git a/acompiler/xorg-xf86-input-elographics/.footprint.i686 b/acompiler/xorg-xf86-input-elographics/.footprint.i686 deleted file mode 100644 index e7752bd33..000000000 --- a/acompiler/xorg-xf86-input-elographics/.footprint.i686 +++ /dev/null @@ -1,11 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/lib/xorg/ -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/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/acompiler/xorg-xf86-input-elographics/.footprint.x86_64 b/acompiler/xorg-xf86-input-elographics/.footprint.x86_64 deleted file mode 100644 index e7752bd33..000000000 --- a/acompiler/xorg-xf86-input-elographics/.footprint.x86_64 +++ /dev/null @@ -1,11 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/lib/xorg/ -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/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/acompiler/xorg-xf86-input-elographics/.md5sum.i686 b/acompiler/xorg-xf86-input-elographics/.md5sum.i686 deleted file mode 100644 index 850b4b8a1..000000000 --- a/acompiler/xorg-xf86-input-elographics/.md5sum.i686 +++ /dev/null @@ -1,3 +0,0 @@ -ca8a9e00eb639214e21eec4db193d4cf elographics-1.2.3-abi.patch -6ee7c814f57fc898f52cb765c3e50c31 git-c97c9f47.patch -cc2923460c8eff9652b01889a063058d xf86-input-elographics-1.2.3.tar.bz2 diff --git a/acompiler/xorg-xf86-input-elographics/.md5sum.x86_64 b/acompiler/xorg-xf86-input-elographics/.md5sum.x86_64 deleted file mode 100644 index 850b4b8a1..000000000 --- a/acompiler/xorg-xf86-input-elographics/.md5sum.x86_64 +++ /dev/null @@ -1,3 +0,0 @@ -ca8a9e00eb639214e21eec4db193d4cf elographics-1.2.3-abi.patch -6ee7c814f57fc898f52cb765c3e50c31 git-c97c9f47.patch -cc2923460c8eff9652b01889a063058d xf86-input-elographics-1.2.3.tar.bz2 diff --git a/acompiler/xorg-xf86-input-elographics/Pkgfile b/acompiler/xorg-xf86-input-elographics/Pkgfile deleted file mode 100644 index 07a85504d..000000000 --- a/acompiler/xorg-xf86-input-elographics/Pkgfile +++ /dev/null @@ -1,21 +0,0 @@ -# Description: xorg driver xf86-input-elographics -# URL: http://xorg.freedesktop.org -# Maintainer: NuTyX core team -# Packager: lesibel at free dot fr -# Depends on: xorg-server - -name=xorg-xf86-input-elographics -version=1.2.3 -release=2 -source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-input-elographics-$version.tar.bz2\ - http://nutyx.meticul.eu/files/patchs/$name/git-c97c9f47.patch \ - http://nutyx.meticul.eu/files/patchs/$name/elographics-1.2.3-abi.patch) -build() { - cd xf86-input-elographics-$version - patch -Np1 -i ../git-c97c9f47.patch - patch -Np1 -i ../elographics-1.2.3-abi.patch - ./configure --prefix=/usr - - make - make DESTDIR=$PKG install -} |