blob: 82504bb57e32758d86de773457c1402ee845ff5d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
pkgbase = mingw-w64-libusb
pkgdesc = Library that provides generic access to USB devices (mingw-w64)
pkgver = 1.0.26
pkgrel = 1
url = http://libusb.info
arch = any
license = LGPL
makedepends = mingw-w64-configure
depends = mingw-w64-crt
conflicts = mingw-w64-libusbx
replaces = mingw-w64-libusbx
options = !strip
options = staticlibs
options = !buildflags
source = https://github.com/libusb/libusb/releases/download/v1.0.26/libusb-1.0.26.tar.bz2
sha256sums = 12ce7a61fc9854d1d2a1ffe095f7b5fac19ddba095c259e6067a46500381b5a5
pkgname = mingw-w64-libusb
|