[arch-commits] Commit in libusb-compat/repos (4 files)
Tom Gundersen
tomegun at nymeria.archlinux.org
Fri Jun 14 10:38:34 UTC 2013
Date: Friday, June 14, 2013 @ 12:38:33
Author: tomegun
Revision: 188458
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
libusb-compat/repos/testing-i686/
libusb-compat/repos/testing-i686/PKGBUILD
(from rev 188457, libusb-compat/trunk/PKGBUILD)
libusb-compat/repos/testing-x86_64/
libusb-compat/repos/testing-x86_64/PKGBUILD
(from rev 188457, libusb-compat/trunk/PKGBUILD)
-------------------------+
testing-i686/PKGBUILD | 28 ++++++++++++++++++++++++++++
testing-x86_64/PKGBUILD | 28 ++++++++++++++++++++++++++++
2 files changed, 56 insertions(+)
Copied: libusb-compat/repos/testing-i686/PKGBUILD (from rev 188457, libusb-compat/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2013-06-14 10:38:33 UTC (rev 188458)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Tom Gundersen <teg at jklm.no>
+# Contributor: Tobias Powalowski <tpowa at archlinux.org>
+# Contributor: arjan <arjan at archlinux.org>
+
+pkgname=libusb-compat
+pkgver=0.1.5
+pkgrel=1
+pkgdesc="Library to enable user space application programs to communicate with USB devices"
+arch=('i686' 'x86_64')
+url="http://libusb.sourceforge.net/"
+license=('LGPL')
+depends=('libusb' 'sh')
+options=('!libtool')
+source=("http://downloads.sourceforge.net/${pkgname%-*}/${pkgname}-${pkgver%.*}/$pkgname-$pkgver/${pkgname}-${pkgver}.tar.bz2")
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ ./configure --prefix=/usr --disable-static
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
+
+md5sums=('2780b6a758a1e2c2943bdbf7faf740e4')
Copied: libusb-compat/repos/testing-x86_64/PKGBUILD (from rev 188457, libusb-compat/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-06-14 10:38:33 UTC (rev 188458)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Tom Gundersen <teg at jklm.no>
+# Contributor: Tobias Powalowski <tpowa at archlinux.org>
+# Contributor: arjan <arjan at archlinux.org>
+
+pkgname=libusb-compat
+pkgver=0.1.5
+pkgrel=1
+pkgdesc="Library to enable user space application programs to communicate with USB devices"
+arch=('i686' 'x86_64')
+url="http://libusb.sourceforge.net/"
+license=('LGPL')
+depends=('libusb' 'sh')
+options=('!libtool')
+source=("http://downloads.sourceforge.net/${pkgname%-*}/${pkgname}-${pkgver%.*}/$pkgname-$pkgver/${pkgname}-${pkgver}.tar.bz2")
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ ./configure --prefix=/usr --disable-static
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
+
+md5sums=('2780b6a758a1e2c2943bdbf7faf740e4')
More information about the arch-commits
mailing list