# Contributor: A. Wilcox # Maintainer: A. Wilcox pkgname=qt5-qtsensors pkgver=5.9.3 pkgrel=0 pkgdesc="Qt5 - Sensor library" url="http://qt-project.org/" arch="all" license="LGPLv2 with exceptions or GPLv3 with exceptions" options="!check" depends="" makedepends="qt5-qtbase-dev" install="" subpackages="$pkgname-dev" _ver=${pkgver/_/-} _ver=${_ver/beta0/beta} _ver=${_ver/rc0/rc} _V=${_ver/rc/RC} case $pkgver in *_beta*|*_rc*) _rel=development_releases;; *) _rel=official_releases;; esac source="http://download.qt-project.org/$_rel/qt/${pkgver%.*}/$_ver/submodules/qtsensors-opensource-src-$_V.tar.xz" builddir="$srcdir"/qtsensors-opensource-src-$_V build() { cd "$builddir" qmake-qt5 && make } package() { cd "$builddir" make install INSTALL_ROOT="$pkgdir" } sha512sums="848184de2c914c0240f3ecffe96ab267fb24693d16a55c1c757d83af9f282bc6f6c5cd762cb42fc389bc02e301c21a6da7b178260f534db35f0abe277f638ea9 qtsensors-opensource-src-5.9.3.tar.xz"