From 4c271add83bb3fac1aca5c5c016efc6d89d141fe Mon Sep 17 00:00:00 2001 From: Francesco Colista Date: Sat, 2 Dec 2017 04:28:13 +0000 Subject: testing/qt5-qtlocation: new aport --- testing/qt5-qtlocation/APKBUILD | 43 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 testing/qt5-qtlocation/APKBUILD (limited to 'testing/qt5-qtlocation') diff --git a/testing/qt5-qtlocation/APKBUILD b/testing/qt5-qtlocation/APKBUILD new file mode 100644 index 0000000000..647c7ef012 --- /dev/null +++ b/testing/qt5-qtlocation/APKBUILD @@ -0,0 +1,43 @@ +# Contributor: Francesco Colista +# Maintainer: Francesco Colista +pkgname=qt5-qtlocation +_pkgname=${pkgname/qt5-//}-opensource-src +pkgver=5.9.3 +_ver=${pkgver/_/-} +_ver=${_ver/beta0/beta} +_ver=${_ver/rc0/rc} +_V=${_ver/rc/RC} +pkgrel=0 +pkgdesc="Qt5 - Location component" +url="http://qt-project.org/" +arch="all" +license="LGPLv2 with exceptions or GPLv3 with exceptions" +options="!check" # upstream does not provide check +makedepends="qt5-qtbase-dev" +subpackages="$pkgname-dev" + +case $pkgver in +*_beta*|*_rc*) _rel=development_releases;; +*) _rel=official_releases;; +esac +source="http://download.qt-project.org/$_rel/qt/${pkgver%.*}/$_ver/submodules/$_pkgname-$_V.tar.xz" + +builddir="$srcdir"/$_pkgname-${_V%-*} + +prepare() { + default_prepare + cd "$builddir" + mkdir -p build +} + +build() { + cd "$builddir"/build + qmake-qt5 .. + make +} + +package() { + cd "$builddir"/build + make INSTALL_ROOT="$pkgdir" install +} +sha512sums="11bf2c6000fc2db92dc857cc6f271e7ff19f500fde14520678e9af57fac41debde4c4b937dbab4fe1f7d5744e1bd0fc25ea32fceecf97d32cecdbbc8e2105373 qtlocation-opensource-src-5.9.3.tar.xz" -- cgit v1.2.3