From a084559f421a288dd77f81e458161f95ae8d1be9 Mon Sep 17 00:00:00 2001 From: Joshua Ismael Haase Hernandez Date: Thu, 19 May 2011 16:24:05 -0500 Subject: downgrading xorg-* on extra, xorg-* current on testing --- testing/xorg-xinput/PKGBUILD | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 testing/xorg-xinput/PKGBUILD (limited to 'testing/xorg-xinput/PKGBUILD') diff --git a/testing/xorg-xinput/PKGBUILD b/testing/xorg-xinput/PKGBUILD new file mode 100644 index 000000000..a7afa3c17 --- /dev/null +++ b/testing/xorg-xinput/PKGBUILD @@ -0,0 +1,24 @@ +# $Id: PKGBUILD 113766 2011-03-10 15:27:48Z jgc $ +# Maintainer: Jan de Groot + +pkgname=xorg-xinput +pkgver=1.5.3 +pkgrel=2 +pkgdesc="Small commandline tool to configure devices" +arch=(i686 x86_64 'mips64el') +url="http://xorg.freedesktop.org/" +license=('custom') +depends=('libx11' 'libxi') +makedepends=('xorg-util-macros' 'inputproto') +groups=('xorg-apps' 'xorg') +source=(http://xorg.freedesktop.org/archive/individual/app/xinput-${pkgver}.tar.bz2) +sha1sums=('70f258279acaa45fb77820ae3f8c2bee9f2d2235') + +build() { + cd "${srcdir}/xinput-${pkgver}" + ./configure --prefix=/usr + make + make DESTDIR="${pkgdir}" install + install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}" + install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/" +} -- cgit v1.2.3-54-g00ecf