summaryrefslogtreecommitdiff
path: root/extra/xf86-input-keyboard
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-06 12:13:36 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-06 12:13:36 -0300
commit4a9023500f5b915ccbf556296c756ce3f2faef5b (patch)
tree28258893f8d5094fdb84ede1e97afa36a5276696 /extra/xf86-input-keyboard
parent3dac66779d53dc58badb4f964177f7692c1bd92c (diff)
parentbdb5b3e66f6afa586ea147f69af5e4ba388f7615 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: core/gcc/PKGBUILD extra/shared-mime-info/PKGBUILD extra/smb4k/PKGBUILD libre/audacious-plugins-libre/PKGBUILD multilib/gcc-multilib/PKGBUILD testing/xfig/PKGBUILD
Diffstat (limited to 'extra/xf86-input-keyboard')
-rw-r--r--extra/xf86-input-keyboard/PKGBUILD12
1 files changed, 8 insertions, 4 deletions
diff --git a/extra/xf86-input-keyboard/PKGBUILD b/extra/xf86-input-keyboard/PKGBUILD
index 009bc808f..d5c301151 100644
--- a/extra/xf86-input-keyboard/PKGBUILD
+++ b/extra/xf86-input-keyboard/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 140360 2011-10-11 21:29:51Z jgc $
+# $Id: PKGBUILD 148598 2012-02-04 10:16:48Z andyrtr $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=xf86-input-keyboard
-pkgver=1.6.0
-pkgrel=3
+pkgver=1.6.1
+pkgrel=1
pkgdesc="X.Org keyboard input driver"
arch=(i686 x86_64 'mips64el')
license=('custom')
@@ -14,12 +14,16 @@ conflicts=('xorg-server<1.10.99.902')
options=('!libtool')
groups=('xorg-drivers' 'xorg')
source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('8e845086749f8c4b64fdfa852b4b26cf7bb62dc9')
+sha1sums=('ef30fecb9e846a5268ae339846401489a785e413')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./configure --prefix=/usr
make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"