mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 06:57:15 +08:00
libusb-compat 0.1.5
This commit is contained in:
parent
efea5c7a9f
commit
da69195df4
@ -1,19 +1,14 @@
|
||||
#
|
||||
# Core Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# maintainer: abveritas@chakra-project.org
|
||||
|
||||
pkgname=libusb-compat
|
||||
pkgver=0.1.4
|
||||
pkgver=0.1.5
|
||||
pkgrel=1
|
||||
depends=('libusbx' 'sh')
|
||||
pkgdesc="Library to enable user space application programs to communicate with USB devices."
|
||||
arch=(i686 x86_64)
|
||||
arch=('x86_64')
|
||||
url="http://libusb.sourceforge.net/"
|
||||
license=('LGPL')
|
||||
source=(http://downloads.sourceforge.net/libusb/libusb-compat-0.1/$pkgname-$pkgver/${pkgname}-${pkgver}.tar.bz2)
|
||||
options=('!libtool')
|
||||
md5sums=('2ca521fffadd0c28fdf174e6ec73865b')
|
||||
md5sums=('2780b6a758a1e2c2943bdbf7faf740e4')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/${pkgname}-${pkgver}
|
||||
|
Loading…
Reference in New Issue
Block a user