Date: Thursday, March 24, 2016 @ 22:11:47
  Author: anatolik
Revision: 262483

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

Added:
  libgusb/repos/testing-i686/
  libgusb/repos/testing-i686/PKGBUILD
    (from rev 262482, libgusb/trunk/PKGBUILD)
  libgusb/repos/testing-x86_64/
  libgusb/repos/testing-x86_64/PKGBUILD
    (from rev 262482, libgusb/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   32 ++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 2 files changed, 64 insertions(+)

Copied: libgusb/repos/testing-i686/PKGBUILD (from rev 262482, 
libgusb/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2016-03-24 21:11:47 UTC (rev 262483)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Maxime Gauduin <aluc...@archlinux.org>
+# Contributor: Ionut Biru <ib...@archlinux.org>
+
+pkgname=libgusb
+pkgver=0.2.9
+pkgrel=1
+pkgdesc='GObject wrapper for libusb1'
+arch=('i686' 'x86_64')
+url='https://github.com/hughsie/libgusb'
+license=('LGPL2.1')
+depends=('glib2' 'glibc' 'libusb')
+makedepends=('gobject-introspection' 'python2')
+source=("http://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz";)
+sha256sums=('7320bdcd0ab1750d314fa86f48bd2cc186b9e33332314403779af9772fedde14')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure \
+    --prefix='/usr' \
+    --disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Copied: libgusb/repos/testing-x86_64/PKGBUILD (from rev 262482, 
libgusb/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2016-03-24 21:11:47 UTC (rev 262483)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Maxime Gauduin <aluc...@archlinux.org>
+# Contributor: Ionut Biru <ib...@archlinux.org>
+
+pkgname=libgusb
+pkgver=0.2.9
+pkgrel=1
+pkgdesc='GObject wrapper for libusb1'
+arch=('i686' 'x86_64')
+url='https://github.com/hughsie/libgusb'
+license=('LGPL2.1')
+depends=('glib2' 'glibc' 'libusb')
+makedepends=('gobject-introspection' 'python2')
+source=("http://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz";)
+sha256sums=('7320bdcd0ab1750d314fa86f48bd2cc186b9e33332314403779af9772fedde14')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure \
+    --prefix='/usr' \
+    --disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Reply via email to