blob: 8f119d52c9b67a60a393c9dfc706f2cd7bc470e7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
pkgdesc="FLIR GenTL producer interface that enables the user to enumerate, communicate and stream from FLIR GigE Vision and USB3 Vision devices in a generic way independent from the underlying transport technology. This package contains shared libraries."
url='https://www.flir.com/'
pkgname='libspinnaker'
pkgver='3.1.0.79'
arch=('x86_64')
pkgrel=1
license=("custom:FLIR EULA")
depends=(
libgentl
libusb
)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/daizhirui/spinnaker-sdk-arch/raw/main/libspinnaker-3.1.0.79.tar.gz")
sha256sums=('19bf58a34960877146e49b1981782893336c4cdc24fb7eba5880b757402d1120')
package() {
# Extract data
tar -xzf ${pkgname}-${pkgver}.tar.gz -C ${pkgdir}/
}
|