From cdc66cc7110e78bf1197f9effc70422114f9341b Mon Sep 17 00:00:00 2001 From: root Date: Sat, 4 Feb 2012 23:14:50 +0000 Subject: Sat Feb 4 23:14:50 UTC 2012 --- staging/xorg-xinput/PKGBUILD | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 staging/xorg-xinput/PKGBUILD (limited to 'staging/xorg-xinput') diff --git a/staging/xorg-xinput/PKGBUILD b/staging/xorg-xinput/PKGBUILD new file mode 100644 index 000000000..1ef586b70 --- /dev/null +++ b/staging/xorg-xinput/PKGBUILD @@ -0,0 +1,28 @@ +# $Id: PKGBUILD 148557 2012-02-03 17:02:15Z andyrtr $ +# Maintainer: Jan de Groot + +pkgname=xorg-xinput +pkgver=1.5.4 +pkgrel=1 +pkgdesc="Small commandline tool to configure devices" +arch=(i686 x86_64) +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=('4e77f4034aa4bc720726beb0795d77a47a71d2c8') + +build() { + cd "${srcdir}/xinput-${pkgver}" + ./configure --prefix=/usr + make +} + +package() { + cd "${srcdir}/xinput-${pkgver}" + 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