Date: Friday, June 1, 2012 @ 03:07:35
  Author: tpowa
Revision: 160330

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

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

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

Copied: libusbx/repos/testing-i686/PKGBUILD (from rev 160329, 
libusbx/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2012-06-01 07:07:35 UTC (rev 160330)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Tobias Powalowski <[email protected]>
+pkgname=libusbx
+pkgver=1.0.11
+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')
+md5sums=('9aaab6aee72f65900cc731ecbffb4cf4')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr 
+  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 160329, 
libusbx/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2012-06-01 07:07:35 UTC (rev 160330)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Tobias Powalowski <[email protected]>
+pkgname=libusbx
+pkgver=1.0.11
+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')
+md5sums=('9aaab6aee72f65900cc731ecbffb4cf4')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr 
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}
+
+package () {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Reply via email to