[arch-commits] Commit in libusbx/repos (core-i686 core-i686/PKGBUILD testing-i686)

Tobias Powalowski tpowa at archlinux.org
Wed Jun 6 10:38:16 UTC 2012


    Date: Wednesday, June 6, 2012 @ 06:38:16
  Author: tpowa
Revision: 160803

db-move: moved libusbx from [testing] to [core] (i686)

Added:
  libusbx/repos/core-i686/
  libusbx/repos/core-i686/PKGBUILD
    (from rev 160802, libusbx/repos/testing-i686/PKGBUILD)
Deleted:
  libusbx/repos/testing-i686/

----------+
 PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

Copied: libusbx/repos/core-i686/PKGBUILD (from rev 160802, libusbx/repos/testing-i686/PKGBUILD)
===================================================================
--- core-i686/PKGBUILD	                        (rev 0)
+++ core-i686/PKGBUILD	2012-06-06 10:38:16 UTC (rev 160803)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+pkgname=libusbx
+pkgver=1.0.11
+pkgrel=2
+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=('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
+}




More information about the arch-commits mailing list