diff options
Diffstat (limited to 'acompiler/xorg-xf86-input-fpit/Pkgfile')
-rw-r--r-- | acompiler/xorg-xf86-input-fpit/Pkgfile | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/acompiler/xorg-xf86-input-fpit/Pkgfile b/acompiler/xorg-xf86-input-fpit/Pkgfile deleted file mode 100644 index d6af4ff1d..000000000 --- a/acompiler/xorg-xf86-input-fpit/Pkgfile +++ /dev/null @@ -1,20 +0,0 @@ -# Description: xorg driver xf86-input-fpit -# URL: http://xorg.freedesktop.org -# Maintainer: NuTyX core team -# Packager: lesibel at free dot fr -# Depends on: xorg-server - -name=xorg-xf86-input-fpit -version=1.3.0 -release=3 -source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-input-fpit-$version.tar.bz2 \ - http://nutyx.meticul.eu/files/patch/$name/fpit-1.3.0-abi.patch) - -build() { - cd xf86-input-fpit-$version - patch -Np1 -i ../fpit-1.3.0-abi.patch - ./configure --prefix=/usr - - make - make DESTDIR=$PKG install -} |