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

Tobias Powalowski tpowa at archlinux.org
Sun Sep 30 19:31:57 UTC 2012


    Date: Sunday, September 30, 2012 @ 15:31:57
  Author: tpowa
Revision: 167303

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

Added:
  libusbx/repos/testing-i686/
  libusbx/repos/testing-i686/PKGBUILD
    (from rev 167302, libusbx/trunk/PKGBUILD)
  libusbx/repos/testing-x86_64/
  libusbx/repos/testing-x86_64/PKGBUILD
    (from rev 167302, libusbx/trunk/PKGBUILD)

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

Copied: libusbx/repos/testing-i686/PKGBUILD (from rev 167302, libusbx/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-09-30 19:31:57 UTC (rev 167303)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+pkgname=libusbx
+pkgver=1.0.14
+pkgrel=1
+depends=('glibc')
+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}/${pkgname}-${pkgver}.tar.bz2)
+options=(!libtool)
+replaces=('libusb1' 'libusb')
+provides=("libusb=$pkgver")
+conflicts=("libusb")
+md5sums=('0a6a75edb4b4eae7dc82c1dd71ddc470')
+
+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: libusbx/repos/testing-x86_64/PKGBUILD (from rev 167302, libusbx/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-09-30 19:31:57 UTC (rev 167303)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+pkgname=libusbx
+pkgver=1.0.14
+pkgrel=1
+depends=('glibc')
+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}/${pkgname}-${pkgver}.tar.bz2)
+options=(!libtool)
+replaces=('libusb1' 'libusb')
+provides=("libusb=$pkgver")
+conflicts=("libusb")
+md5sums=('0a6a75edb4b4eae7dc82c1dd71ddc470')
+
+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