xf86-input-synaptics: add metafile support, thanks to cowbalt

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-16 21:27:45 +01:00
parent 7089a8e519
commit aec4342b9b
4 changed files with 14 additions and 6 deletions

View File

@ -2,9 +2,6 @@
. config/options $1
$SCRIPTS/build toolchain
$SCRIPTS/build libXi
cd $PKG_BUILD
$AUTORECONF

View File

@ -2,7 +2,5 @@
. config/options $1
$SCRIPTS/install libXi
mkdir -p $INSTALL/$XORG_PATH_MODULES/input
cp -P $PKG_BUILD/src/.libs/synaptics_drv.so $INSTALL/$XORG_PATH_MODULES/input

View File

@ -0,0 +1,14 @@
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 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"

View File

@ -1 +0,0 @@
http://xorg.freedesktop.org/archive/individual/driver/xf86-input-synaptics-1.3.0.tar.bz2