[arch-commits] Commit in (libusbx libusbx/repos libusbx/trunk libusbx/trunk/PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Fri Jun 1 07:02:40 UTC 2012


    Date: Friday, June 1, 2012 @ 03:02:39
  Author: tpowa
Revision: 160329

newpkg: libusbx replaces libusb

Added:
  libusbx/
  libusbx/repos/
  libusbx/trunk/
  libusbx/trunk/PKGBUILD

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

Added: libusbx/trunk/PKGBUILD
===================================================================
--- libusbx/trunk/PKGBUILD	                        (rev 0)
+++ libusbx/trunk/PKGBUILD	2012-06-01 07:02:39 UTC (rev 160329)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+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
+}


Property changes on: libusbx/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list