[arch-commits] Commit in xf86-input-vmmouse/repos (3 files)
Jan de Groot
jgc at archlinux.org
Tue Aug 30 08:45:59 UTC 2011
Date: Tuesday, August 30, 2011 @ 04:45:58
Author: jgc
Revision: 136558
db-move: moved xf86-input-vmmouse from [staging] to [testing] (i686)
Added:
xf86-input-vmmouse/repos/testing-i686/
xf86-input-vmmouse/repos/testing-i686/PKGBUILD
(from rev 136477, xf86-input-vmmouse/repos/staging-i686/PKGBUILD)
Deleted:
xf86-input-vmmouse/repos/staging-i686/
----------+
PKGBUILD | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
Copied: xf86-input-vmmouse/repos/testing-i686/PKGBUILD (from rev 136477, xf86-input-vmmouse/repos/staging-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2011-08-30 08:45:58 UTC (rev 136558)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=xf86-input-vmmouse
+pkgver=12.7.0
+pkgrel=3
+pkgdesc="X.org VMWare Mouse input driver"
+arch=(i686 x86_64)
+license=('custom')
+url="http://xorg.freedesktop.org/"
+depends=('glibc' 'sh')
+makedepends=('xorg-server-devel>=1.10.99.902')
+conflicts=('xorg-server<1.10.99.902')
+groups=('xorg-drivers' 'xorg')
+backup=('etc/X11/xorg.conf.d/50-vmmouse.conf')
+options=('!libtool')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('6618f84a037c8f4817e1a2822d6a5a795814e544')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ ./configure --prefix=/usr --with-xorg-conf-dir=/etc/X11/xorg.conf.d
+ make
+ make DESTDIR="${pkgdir}" install
+ install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+ install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+ rm -rf "${pkgdir}/usr/share/hal"
+}
More information about the arch-commits
mailing list