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

Tobias Powalowski tpowa at nymeria.archlinux.org
Sun Feb 16 12:47:08 UTC 2014


    Date: Sunday, February 16, 2014 @ 13:47:08
  Author: tpowa
Revision: 206056

db-move: moved libusb from [testing] to [core] (i686, x86_64)

Added:
  libusb/repos/core-i686/
  libusb/repos/core-i686/PKGBUILD
    (from rev 206055, libusb/repos/testing-i686/PKGBUILD)
  libusb/repos/core-x86_64/
  libusb/repos/core-x86_64/PKGBUILD
    (from rev 206055, libusb/repos/testing-x86_64/PKGBUILD)
Deleted:
  libusb/repos/testing-i686/
  libusb/repos/testing-x86_64/

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

Copied: libusb/repos/core-i686/PKGBUILD (from rev 206055, libusb/repos/testing-i686/PKGBUILD)
===================================================================
--- core-i686/PKGBUILD	                        (rev 0)
+++ core-i686/PKGBUILD	2014-02-16 12:47:08 UTC (rev 206056)
@@ -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/core-x86_64/PKGBUILD (from rev 206055, libusb/repos/testing-x86_64/PKGBUILD)
===================================================================
--- core-x86_64/PKGBUILD	                        (rev 0)
+++ core-x86_64/PKGBUILD	2014-02-16 12:47:08 UTC (rev 206056)
@@ -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