[arch-commits] Commit in libwacom/repos (3 files)

Jan Steffens heftig at archlinux.org
Sun Apr 1 11:35:44 UTC 2012


    Date: Sunday, April 1, 2012 @ 07:35:44
  Author: heftig
Revision: 155211

db-move: moved libwacom from [gnome-unstable] to [testing] (i686)

Added:
  libwacom/repos/testing-i686/
  libwacom/repos/testing-i686/PKGBUILD
    (from rev 155005, libwacom/repos/gnome-unstable-i686/PKGBUILD)
Deleted:
  libwacom/repos/gnome-unstable-i686/

----------+
 PKGBUILD |   25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

Copied: libwacom/repos/testing-i686/PKGBUILD (from rev 155005, libwacom/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-04-01 11:35:44 UTC (rev 155211)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=libwacom
+pkgver=0.4
+pkgrel=1
+pkgdesc="Library to identify Wacom tablets and their features"
+arch=('x86_64' 'i686')
+depends=('glib2' 'udev')
+license=('LGPL')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+url="http://www.gnome.org"
+sha256sums=('13a7989572126b7f9013f8289b7e59707e23690fbd5eaa7f033b88245fa12367')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list