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

Jan Steffens heftig at archlinux.org
Fri Mar 9 18:41:43 UTC 2012


    Date: Friday, March 9, 2012 @ 13:41:43
  Author: heftig
Revision: 152826

archrelease: copy trunk to gnome-unstable-x86_64, gnome-unstable-i686

Added:
  libwacom/repos/gnome-unstable-i686/
  libwacom/repos/gnome-unstable-i686/PKGBUILD
    (from rev 152825, libwacom/trunk/PKGBUILD)
  libwacom/repos/gnome-unstable-x86_64/
  libwacom/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 152825, libwacom/trunk/PKGBUILD)

--------------------------------+
 gnome-unstable-i686/PKGBUILD   |   25 +++++++++++++++++++++++++
 gnome-unstable-x86_64/PKGBUILD |   25 +++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

Copied: libwacom/repos/gnome-unstable-i686/PKGBUILD (from rev 152825, libwacom/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2012-03-09 18:41:43 UTC (rev 152826)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=libwacom
+pkgver=0.3
+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=('b24494b4ed524e8665d94372a6d57afa153e8d8e893cb882907ec462c35e3eac')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: libwacom/repos/gnome-unstable-x86_64/PKGBUILD (from rev 152825, libwacom/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2012-03-09 18:41:43 UTC (rev 152826)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=libwacom
+pkgver=0.3
+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=('b24494b4ed524e8665d94372a6d57afa153e8d8e893cb882907ec462c35e3eac')
+
+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