summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/libusb/PKGBUILD
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2010-10-23 18:17:40 (GMT)
committerJames Meyer <james.meyer@operamail.com>2010-10-23 18:19:39 (GMT)
commitadbcf19958300e9b6598990184c8815b945ba0ee (patch)
treef4283c850ac0ac202c17e78a637ee7ca8147621b /abs/core-testing/libusb/PKGBUILD
parent61a68250df10d29b624650948484898334ff22d0 (diff)
downloadlinhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.zip
linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.gz
linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.bz2
Removed old core and extra from repo. Renamed -testing to core/extra. This will setup the base for the testing branch.
Diffstat (limited to 'abs/core-testing/libusb/PKGBUILD')
-rw-r--r--abs/core-testing/libusb/PKGBUILD21
1 files changed, 0 insertions, 21 deletions
diff --git a/abs/core-testing/libusb/PKGBUILD b/abs/core-testing/libusb/PKGBUILD
deleted file mode 100644
index 2c6b879..0000000
--- a/abs/core-testing/libusb/PKGBUILD
+++ /dev/null
@@ -1,21 +0,0 @@
-# $Id: PKGBUILD 8698 2008-08-16 03:34:22Z eric $
-# Maintainer: arjan <arjan@archlinux.org>
-pkgname=libusb
-pkgver=0.1.12
-pkgrel=12
-depends=('gcc-libs')
-pkgdesc="Library to enable user space application programs to communicate with USB devices"
-arch=(i686 x86_64)
-url="http://libusb.sourceforge.net/"
-license=('LGPL')
-groups=('base')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('caf182cbc7565dac0fd72155919672e6')
-options=(!libtool)
-
-build() {
- cd $startdir/src/$pkgname-$pkgver
- ./configure --prefix=/usr --disable-build-docs
- make || return 1
- make DESTDIR=$startdir/pkg install
-}