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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sat Oct 10 08:24:01 UTC 2015


    Date: Saturday, October 10, 2015 @ 10:24:01
  Author: bpiotrowski
Revision: 248717

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

Added:
  libusb/repos/testing-i686/
  libusb/repos/testing-i686/PKGBUILD
    (from rev 248716, libusb/trunk/PKGBUILD)
  libusb/repos/testing-x86_64/
  libusb/repos/testing-x86_64/PKGBUILD
    (from rev 248716, libusb/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   31 +++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   31 +++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)

Copied: libusb/repos/testing-i686/PKGBUILD (from rev 248716, libusb/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2015-10-10 08:24:01 UTC (rev 248717)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=libusb
+pkgver=1.0.20
+pkgrel=1
+pkgdesc='Library that provides generic access to USB devices'
+arch=('i686' 'x86_64')
+url='http://libusb.info/'
+license=('LGPL')
+depends=('glibc' 'systemd')
+replaces=('libusb1' 'libusbx')
+provides=("libusbx=$pkgver")
+conflicts=('libusbx')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('1d4eb194eaaa2bcfbba28102768c7dbf')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make -j1
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package () {
+  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+}

Copied: libusb/repos/testing-x86_64/PKGBUILD (from rev 248716, libusb/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2015-10-10 08:24:01 UTC (rev 248717)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=libusb
+pkgver=1.0.20
+pkgrel=1
+pkgdesc='Library that provides generic access to USB devices'
+arch=('i686' 'x86_64')
+url='http://libusb.info/'
+license=('LGPL')
+depends=('glibc' 'systemd')
+replaces=('libusb1' 'libusbx')
+provides=("libusbx=$pkgver")
+conflicts=('libusbx')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('1d4eb194eaaa2bcfbba28102768c7dbf')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make -j1
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package () {
+  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list