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

Tobias Powalowski tpowa at nymeria.archlinux.org
Wed Feb 12 07:31:26 UTC 2014


    Date: Wednesday, February 12, 2014 @ 08:31:26
  Author: tpowa
Revision: 205872

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

Added:
  libusb/repos/testing-i686/
  libusb/repos/testing-i686/PKGBUILD
    (from rev 205871, libusb/trunk/PKGBUILD)
  libusb/repos/testing-x86_64/
  libusb/repos/testing-x86_64/PKGBUILD
    (from rev 205871, 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 205871, libusb/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2014-02-12 07:31:26 UTC (rev 205872)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+pkgname=libusb
+pkgver=1.0.18
+pkgrel=1
+depends=('glibc' 'systemd')
+pkgdesc="Library that provides generic access to USB device"
+arch=(i686 x86_64)
+url="http://libusbx.org"
+license=('LGPL')
+source=(http://downloads.sourceforge.net/${pkgname}/releases/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
+replaces=('libusb1' 'libusbx')
+provides=("libusbx=$pkgver")
+conflicts=("libusbx")
+md5sums=('4a6d049923efc6496f1d383054dac1a6')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}
+
+package () {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: libusb/repos/testing-x86_64/PKGBUILD (from rev 205871, libusb/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2014-02-12 07:31:26 UTC (rev 205872)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+pkgname=libusb
+pkgver=1.0.18
+pkgrel=1
+depends=('glibc' 'systemd')
+pkgdesc="Library that provides generic access to USB device"
+arch=(i686 x86_64)
+url="http://libusbx.org"
+license=('LGPL')
+source=(http://downloads.sourceforge.net/${pkgname}/releases/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
+replaces=('libusb1' 'libusbx')
+provides=("libusbx=$pkgver")
+conflicts=("libusbx")
+md5sums=('4a6d049923efc6496f1d383054dac1a6')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}
+
+package () {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list