diff options
Diffstat (limited to 'acompiler/xorg-xf86-input-hyperpen')
-rw-r--r-- | acompiler/xorg-xf86-input-hyperpen/.footprint.i686 | 10 | ||||
-rw-r--r-- | acompiler/xorg-xf86-input-hyperpen/.footprint.x86_64 | 10 | ||||
-rw-r--r-- | acompiler/xorg-xf86-input-hyperpen/.md5sum.i686 | 2 | ||||
-rw-r--r-- | acompiler/xorg-xf86-input-hyperpen/.md5sum.x86_64 | 2 | ||||
-rw-r--r-- | acompiler/xorg-xf86-input-hyperpen/Pkgfile | 20 |
5 files changed, 0 insertions, 44 deletions
diff --git a/acompiler/xorg-xf86-input-hyperpen/.footprint.i686 b/acompiler/xorg-xf86-input-hyperpen/.footprint.i686 deleted file mode 100644 index e07e7074c..000000000 --- a/acompiler/xorg-xf86-input-hyperpen/.footprint.i686 +++ /dev/null @@ -1,10 +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/hyperpen_drv.la --rwxr-xr-x root/root usr/lib/xorg/modules/input/hyperpen_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/ diff --git a/acompiler/xorg-xf86-input-hyperpen/.footprint.x86_64 b/acompiler/xorg-xf86-input-hyperpen/.footprint.x86_64 deleted file mode 100644 index e07e7074c..000000000 --- a/acompiler/xorg-xf86-input-hyperpen/.footprint.x86_64 +++ /dev/null @@ -1,10 +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/hyperpen_drv.la --rwxr-xr-x root/root usr/lib/xorg/modules/input/hyperpen_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/ diff --git a/acompiler/xorg-xf86-input-hyperpen/.md5sum.i686 b/acompiler/xorg-xf86-input-hyperpen/.md5sum.i686 deleted file mode 100644 index a0ee1c138..000000000 --- a/acompiler/xorg-xf86-input-hyperpen/.md5sum.i686 +++ /dev/null @@ -1,2 +0,0 @@ -d04c41d6f00487f36b2ea14ae86df708 hyperpen-1.3.0-abi.patch -c50d0da3206d18d9d94f720e3688eca5 xf86-input-hyperpen-1.3.0.tar.bz2 diff --git a/acompiler/xorg-xf86-input-hyperpen/.md5sum.x86_64 b/acompiler/xorg-xf86-input-hyperpen/.md5sum.x86_64 deleted file mode 100644 index a0ee1c138..000000000 --- a/acompiler/xorg-xf86-input-hyperpen/.md5sum.x86_64 +++ /dev/null @@ -1,2 +0,0 @@ -d04c41d6f00487f36b2ea14ae86df708 hyperpen-1.3.0-abi.patch -c50d0da3206d18d9d94f720e3688eca5 xf86-input-hyperpen-1.3.0.tar.bz2 diff --git a/acompiler/xorg-xf86-input-hyperpen/Pkgfile b/acompiler/xorg-xf86-input-hyperpen/Pkgfile deleted file mode 100644 index ee8db8430..000000000 --- a/acompiler/xorg-xf86-input-hyperpen/Pkgfile +++ /dev/null @@ -1,20 +0,0 @@ -# Description: xorg driver xf86-input-hyperpen -# URL: http://xorg.freedesktop.org -# Maintainer: NuTyX core team -# Packager: lesibel at free dot fr -# Depends on: xorg-server - -name=xorg-xf86-input-hyperpen -version=1.3.0 -release=2 -source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-input-hyperpen-$version.tar.bz2 \ - http://nutyx.meticul.eu/files/patchs/xorg-xf86-input-hyperpen/hyperpen-1.3.0-abi.patch ) - -build() { - cd xf86-input-hyperpen-$version - patch -Np1 -i ../hyperpen-1.3.0-abi.patch - ./configure --prefix=/usr - - make - make DESTDIR=$PKG install -} |