[arch-commits] Commit in xf86-input-wacom/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Sun Sep 9 15:57:09 UTC 2012


    Date: Sunday, September 9, 2012 @ 11:57:09
  Author: heftig
Revision: 166528

0.17.0

Modified:
  xf86-input-wacom/trunk/PKGBUILD

----------+
 PKGBUILD |   15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-09-09 15:51:34 UTC (rev 166527)
+++ PKGBUILD	2012-09-09 15:57:09 UTC (rev 166528)
@@ -4,7 +4,7 @@
 # Contributor: M Rawash <mrawash at gmail.com>
 
 pkgname=xf86-input-wacom
-pkgver=0.16.0
+pkgver=0.17.0
 pkgrel=1
 pkgdesc="X.Org Wacom tablet driver"
 arch=('i686' 'x86_64')
@@ -15,21 +15,20 @@
 makedepends=('xorg-server-devel>=1.12.0' 'libxext')
 conflicts=('xorg-server<1.12.0')
 options=(!libtool)
-source=(http://downloads.sourceforge.net/project/linuxwacom/${pkgname}/${pkgname}-${pkgver}.tar.bz2
+source=(http://downloads.sourceforge.net/project/linuxwacom/$pkgname/$pkgname-$pkgver.tar.bz2
         70-wacom.rules)
-md5sums=('aeee2bd339c825a9b1215df6a2e5e50b'
+md5sums=('92dffefc3bc30523463f2fa4bc753448'
          '10db4f8272286690255c1bcc18bfdd92')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr --with-xorg-conf-dir=/etc/X11/xorg.conf.d
   make
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
 
-  install -m755 -d "${pkgdir}/usr/lib/udev/rules.d"
-  install -m644 "${srcdir}/70-wacom.rules"  "${pkgdir}/usr/lib/udev/rules.d/"
+  install -Dm644 ../70-wacom.rules "$pkgdir/usr/lib/udev/rules.d/70-wacom.rules"
 }




More information about the arch-commits mailing list