* update libusb-compat to 0.1.8-2

This commit is contained in:
Alexander Baldeck 2024-10-06 01:16:24 +02:00
parent 403d6ca305
commit b9a384a391
3 changed files with 23 additions and 7 deletions

17
libusb-compat/.SRCINFO Normal file
View File

@ -0,0 +1,17 @@
pkgbase = libusb-compat
pkgdesc = Library to enable user space application programs to communicate with USB devices
pkgver = 0.1.8
pkgrel = 2
url = http://libusb.sourceforge.net/
arch = x86_64
arch = powerpc64le
arch = powerpc64
arch = powerpc
arch = riscv64
license = LGPL
depends = libusb
depends = sh
source = https://github.com/libusb/libusb-compat-0.1/releases/download/v0.1.8/libusb-compat-0.1.8.tar.gz
sha256sums = d199c173fd3cd9d27c7f4bb6608befc7eb761984e6664da7d9d4386ff66fe6fc
pkgname = libusb-compat

View File

@ -0,0 +1,4 @@
[libusb-compat]
source = "git"
git = "https://github.com/libusb/libusb-compat-0.1.git"
prefix = "v"

View File

@ -6,19 +6,14 @@
pkgname=libusb-compat
pkgver=0.1.8
pkgrel=1
pkgrel=2
pkgdesc="Library to enable user space application programs to communicate with USB devices"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="http://libusb.sourceforge.net/"
license=('LGPL')
depends=('libusb' 'sh')
source=("https://github.com/libusb/libusb-compat-0.1/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
sha256sums=('f79dcc3b2c2ef4141e5300faf71519badde85d4ac87fd3372d2b88bba8af05dc')
prepare() {
cd ${pkgname}-${pkgver}
./autogen.sh
}
sha256sums=('d199c173fd3cd9d27c7f4bb6608befc7eb761984e6664da7d9d4386ff66fe6fc')
build() {
cd ${pkgname}-${pkgver}