summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 73980124e0e8d54d24cdbed1a8bc1737c3e1e23c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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='libgentl'
pkgver='3.1.0.79'
arch=('x86_64')
pkgrel=1
license=("custom:FLIR EULA")

source=("data.tar.gz")
sha256sums=('2037c88c92d64d1070ea12e77700f0af767bce9895b9305d514d58958758043d')

package() {
    # Extract data
    tar -xzf data.tar.gz -C ${pkgdir}/
}