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

Tom Gundersen tomegun at archlinux.org
Tue Nov 20 23:57:04 UTC 2012


    Date: Tuesday, November 20, 2012 @ 18:57:04
  Author: tomegun
Revision: 171670

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  libfprint/repos/testing-i686/
  libfprint/repos/testing-i686/PKGBUILD
    (from rev 171669, libfprint/trunk/PKGBUILD)
  libfprint/repos/testing-x86_64/
  libfprint/repos/testing-x86_64/PKGBUILD
    (from rev 171669, libfprint/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   30 ++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   30 ++++++++++++++++++++++++++++++
 2 files changed, 60 insertions(+)

Copied: libfprint/repos/testing-i686/PKGBUILD (from rev 171669, libfprint/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-11-20 23:57:04 UTC (rev 171670)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Tom Gundersen <teg at jklm.no>
+# Contributor: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Thomas Baechler <thomas at archlinux.org>
+
+pkgname=libfprint
+pkgver=0.4.0
+pkgrel=4
+pkgdesc="Library for fingerprint readers"
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/wiki/Software/fprint/libfprint"
+license=(LGPL)
+depends=(libusb nss gdk-pixbuf2)
+groups=(fprint)
+options=(!libtool !emptydirs)
+_snap=$pkgname-b2a53a459cc4294dec049d8d7f1b92ebb704f983
+source=(http://cgit.freedesktop.org/libfprint/$pkgname/snapshot/$_snap.tar.bz2)
+
+build() {
+  cd "$srcdir/$_snap"
+  NOCONFIGURE=1 ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+package() {
+  cd "$srcdir/$_snap"
+  make DESTDIR="$pkgdir" install
+}
+md5sums=('2695b689910146b753111d48d8a6cb1c')

Copied: libfprint/repos/testing-x86_64/PKGBUILD (from rev 171669, libfprint/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-11-20 23:57:04 UTC (rev 171670)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Tom Gundersen <teg at jklm.no>
+# Contributor: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Thomas Baechler <thomas at archlinux.org>
+
+pkgname=libfprint
+pkgver=0.4.0
+pkgrel=4
+pkgdesc="Library for fingerprint readers"
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/wiki/Software/fprint/libfprint"
+license=(LGPL)
+depends=(libusb nss gdk-pixbuf2)
+groups=(fprint)
+options=(!libtool !emptydirs)
+_snap=$pkgname-b2a53a459cc4294dec049d8d7f1b92ebb704f983
+source=(http://cgit.freedesktop.org/libfprint/$pkgname/snapshot/$_snap.tar.bz2)
+
+build() {
+  cd "$srcdir/$_snap"
+  NOCONFIGURE=1 ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+package() {
+  cd "$srcdir/$_snap"
+  make DESTDIR="$pkgdir" install
+}
+md5sums=('2695b689910146b753111d48d8a6cb1c')




More information about the arch-commits mailing list