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