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

Anatol Pomozov anatolik at archlinux.org
Mon Aug 3 16:11:51 UTC 2015


    Date: Monday, August 3, 2015 @ 18:11:51
  Author: anatolik
Revision: 242972

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

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

-------------------------+
 testing-i686/PKGBUILD   |   27 +++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   27 +++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

Copied: libgusb/repos/testing-i686/PKGBUILD (from rev 242971, libgusb/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2015-08-03 16:11:51 UTC (rev 242972)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=libgusb
+pkgver=0.2.5
+pkgrel=1
+pkgdesc="GLib wrapper around libusb1"
+arch=('i686' 'x86_64')
+url="https://github.com/hughsie/libgusb"
+license=('LGPL2.1')
+depends=('udev' 'libusbx' 'glib2')
+makedepends=('gobject-introspection' 'python2')
+source=(http://people.freedesktop.org/~hughsient/releases/$pkgname-$pkgver.tar.xz)
+sha256sums=('a3ad56773548695292f49b62df1eb7fb1e87e1e0c9d3982e80f65f47095fa492')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: libgusb/repos/testing-x86_64/PKGBUILD (from rev 242971, libgusb/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2015-08-03 16:11:51 UTC (rev 242972)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=libgusb
+pkgver=0.2.5
+pkgrel=1
+pkgdesc="GLib wrapper around libusb1"
+arch=('i686' 'x86_64')
+url="https://github.com/hughsie/libgusb"
+license=('LGPL2.1')
+depends=('udev' 'libusbx' 'glib2')
+makedepends=('gobject-introspection' 'python2')
+source=(http://people.freedesktop.org/~hughsient/releases/$pkgname-$pkgver.tar.xz)
+sha256sums=('a3ad56773548695292f49b62df1eb7fb1e87e1e0c9d3982e80f65f47095fa492')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list