xf86-input-synaptics: remove package (until we really need this)

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-12-25 18:18:51 +01:00
parent 56189c2f0a
commit f9773050ec
3 changed files with 0 additions and 36 deletions

View File

@ -1,14 +0,0 @@
#!/bin/sh
. config/options $1
cd $PKG_BUILD
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \
--sysconfdir=/etc \
--disable-static \
--enable-shared \
--with-xorg-module-dir=$XORG_PATH_MODULES
make

View File

@ -1,6 +0,0 @@
#!/bin/sh
. config/options $1
mkdir -p $INSTALL/$XORG_PATH_MODULES/input
cp -P $PKG_BUILD/src/.libs/synaptics_drv.so $INSTALL/$XORG_PATH_MODULES/input

View File

@ -1,16 +0,0 @@
PKG_NAME="xf86-input-synaptics"
PKG_VERSION="1.3.0"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="OSS"
PKG_SITE="http://www.X.org"
PKG_URL="http://xorg.freedesktop.org/archive/individual/driver/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS="libXi"
PKG_BUILD_DEPENDS="toolchain util-macros libXi"
PKG_PRIORITY="optional"
PKG_SECTION="x11/driver"
PKG_SHORTDESC="xf86-input-synaptics: A (alternate) Synaptics touchpad X driver"
PKG_LONGDESC="This package provides an (alternate) Synaptics touchpad driver."
PKG_IS_ADDON="no"
PKG_AUTORECONF="yes"