From df5390264c3a4fd640522a558655340c8c490763 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 31 Mar 2009 10:40:38 +0200 Subject: [PATCH] Added xf86-input-synaptics-1.1.0 template. --HG-- extra : convert_revision : 3c77510290fac9c0e7573b0ce77784300bfaf690 --- templates/xf86-input-synaptics-devel | 1 + templates/xf86-input-synaptics/depends | 2 ++ templates/xf86-input-synaptics/devel.template | 18 ++++++++++++++++++ templates/xf86-input-synaptics/template | 15 +++++++++++++++ 4 files changed, 36 insertions(+) create mode 120000 templates/xf86-input-synaptics-devel create mode 100644 templates/xf86-input-synaptics/depends create mode 100644 templates/xf86-input-synaptics/devel.template create mode 100644 templates/xf86-input-synaptics/template diff --git a/templates/xf86-input-synaptics-devel b/templates/xf86-input-synaptics-devel new file mode 120000 index 00000000000..8bbcd420b88 --- /dev/null +++ b/templates/xf86-input-synaptics-devel @@ -0,0 +1 @@ +xf86-input-synaptics \ No newline at end of file diff --git a/templates/xf86-input-synaptics/depends b/templates/xf86-input-synaptics/depends new file mode 100644 index 00000000000..6951c6b567e --- /dev/null +++ b/templates/xf86-input-synaptics/depends @@ -0,0 +1,2 @@ +abi_depends=1.1.0 +api_depends=${abi_depends} diff --git a/templates/xf86-input-synaptics/devel.template b/templates/xf86-input-synaptics/devel.template new file mode 100644 index 00000000000..902bf3721d9 --- /dev/null +++ b/templates/xf86-input-synaptics/devel.template @@ -0,0 +1,18 @@ +# Template file for 'xf86-input-synaptics-devel'. +# +short_desc="${sourcepkg} development files" +long_desc="${long_desc} + + This package contains files for development, headers, static libs, etc." + +Add_dependency run xf86-input-synaptics + +do_install() +{ + mkdir -p ${DESTDIR}/usr/lib/xorg/modules/input + + mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr + mv ${SRCPKGDESTDIR}/usr/lib/xorg/modules/input/*.la \ + ${DESTDIR}/usr/lib/xorg/modules/input + mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib +} diff --git a/templates/xf86-input-synaptics/template b/templates/xf86-input-synaptics/template new file mode 100644 index 00000000000..1f2a90ad52b --- /dev/null +++ b/templates/xf86-input-synaptics/template @@ -0,0 +1,15 @@ +# Template build file for 'xf86-input-synaptics'. +pkgname=xf86-input-synaptics +sourcepkg=$pkgname +version=1.1.0 +distfiles="${XORG_SITE}/driver/$pkgname-$version.tar.bz2" +build_style=gnu_configure +short_desc="Xorg synaptics touchpad input driver" +maintainer="Juan RP " +checksum=a72288348d27dd1d075aacb7286aac4e2182f518c069b177e72f3179de56bfc4 +long_desc=" + This is the synaptics input driver for the Xorg X11 server." + +subpackages="devel" +Add_dependency full glibc +Add_dependency full xorg-server