summaryrefslogtreecommitdiff
path: root/testing/libusb
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-11-15 11:37:21 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-11-15 11:37:21 -0300
commita1ae9076f18ec51553e17dfe867f95b6b4931362 (patch)
treec0ca52078abd65c9f3d4c40cf871bbae7d17d5c2 /testing/libusb
parent7caeeae33fd491dbea5044168bbc50197963118c (diff)
parent28b13b7e8e6e1e4fa1593f0dfb1c37569f2f90a8 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/asunder/PKGBUILD community/gshare/PKGBUILD community/kim4/PKGBUILD community/listen/PKGBUILD community/mercury/PKGBUILD core/eglibc/nscd
Diffstat (limited to 'testing/libusb')
-rw-r--r--testing/libusb/PKGBUILD30
1 files changed, 0 insertions, 30 deletions
diff --git a/testing/libusb/PKGBUILD b/testing/libusb/PKGBUILD
deleted file mode 100644
index f99afb302..000000000
--- a/testing/libusb/PKGBUILD
+++ /dev/null
@@ -1,30 +0,0 @@
-# $Id: PKGBUILD 141981 2011-11-03 20:12:06Z tpowa $
-# Maintainer: Jan de Groot <jgc@archlinux.org>
-pkgname=libusb
-pkgver=1.0.8
-pkgrel=2
-depends=('glibc')
-pkgdesc="Library to enable user space application programs to communicate with USB devices."
-arch=(i686 x86_64)
-url="http://libusb.sourceforge.net/"
-license=('LGPL')
-source=(http://downloads.sourceforge.net/libusb/libusb-${pkgver}.tar.bz2)
-options=(!libtool)
-replaces=(libusb1)
-md5sums=('37d34e6eaa69a4b645a19ff4ca63ceef')
-
-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
-}