mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/libusbsio to 2.1.11-4
This commit is contained in:
parent
5be776b2a8
commit
8669758095
3 changed files with 37 additions and 3 deletions
28
extra/libusbsio/.SRCINFO
Normal file
28
extra/libusbsio/.SRCINFO
Normal file
|
@ -0,0 +1,28 @@
|
|||
pkgbase = libusbsio
|
||||
pkgdesc = Library for USB-HID communication over SPI, I2C or GPIO
|
||||
pkgver = 2.1.11
|
||||
pkgrel = 4
|
||||
url = https://www.nxp.com/design/software/development-software/library-for-windows-macos-and-ubuntu-linux:LIBUSBSIO
|
||||
arch = x86_64
|
||||
license = BSD-3-Clause
|
||||
license = BSD-3-Clause
|
||||
makedepends = hidapi
|
||||
makedepends = libusb
|
||||
makedepends = python-build
|
||||
makedepends = python-installer
|
||||
makedepends = python-setuptools
|
||||
makedepends = python-wheel
|
||||
makedepends = systemd
|
||||
source = https://www.nxp.com/downloads/en/libraries/libusbsio-2.1.11-src.zip
|
||||
sha512sums = 200717be44cdb2bb7cc7eeba29afb6aed8a88a72e7664377c1abf8c1d1f88f7de1ed05c9a7d6c960ae53e4b9420889c252d51fd807b1534396430004138518a0
|
||||
b2sums = 711b7b59cec79ebc37f42eab7a7c377d6cf15ccc50982dfcacd4e8f6b0c4107ebf14f758a41ee9edad9d2d6d789c99376f1b181e37b5dfea8e543cf06f7b566a
|
||||
|
||||
pkgname = libusbsio
|
||||
depends = glibc
|
||||
depends = systemd-libs
|
||||
depends = libudev.so
|
||||
|
||||
pkgname = python-libusbsio
|
||||
pkgdesc = Library for USB-HID communication over SPI, I2C or GPIO - Python bindings
|
||||
depends = libusbsio=2.1.11
|
||||
depends = python
|
3
extra/libusbsio/.nvchecker.toml
Normal file
3
extra/libusbsio/.nvchecker.toml
Normal file
|
@ -0,0 +1,3 @@
|
|||
[libusbsio]
|
||||
source = "pypi"
|
||||
pypi = "libusbsio"
|
|
@ -9,11 +9,14 @@ pkgname=(
|
|||
python-libusbsio
|
||||
)
|
||||
pkgver=2.1.11
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="Library for USB-HID communication over SPI, I2C or GPIO"
|
||||
arch=(x86_64)
|
||||
url="https://www.nxp.com/design/software/development-software/library-for-windows-macos-and-ubuntu-linux:LIBUSBSIO"
|
||||
license=(BSD)
|
||||
license=(
|
||||
BSD-3-Clause
|
||||
BSD-3-Clause
|
||||
)
|
||||
makedepends=(
|
||||
hidapi
|
||||
libusb
|
||||
|
@ -73,7 +76,7 @@ package_python-libusbsio() {
|
|||
install -vdm 755 "$pkgdir/$_site_packages/$pkgbase/bin/linux_$(uname -m)"
|
||||
ln -fsv /usr/lib/$pkgbase.so "$pkgdir/$_site_packages/$pkgbase/bin/linux_$(uname -m)/$pkgbase.so"
|
||||
)
|
||||
install -vDm 644 license/BSD-3-clause.txt -t "$pkgdir/usr/share/licenses/$pkgname/"
|
||||
install -vDm 644 license/*.txt -t "$pkgdir/usr/share/licenses/$pkgname/"
|
||||
install -vDm 644 python/README.md -t "$pkgdir/usr/share/doc/$pkgname/"
|
||||
install -vDm 644 python/examples/*.py -t "$pkgdir/usr/share/doc/$pkgname/"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue