diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/libqofonoext/APKBUILD | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/testing/libqofonoext/APKBUILD b/testing/libqofonoext/APKBUILD new file mode 100644 index 0000000000..53b9600bd5 --- /dev/null +++ b/testing/libqofonoext/APKBUILD @@ -0,0 +1,28 @@ +# Contributor: Bart Ribbers <bribbers@disroot.org> +# Maintainer: Bart Ribbers <bribbers@disroot.org> +pkgname=libqofonoext +pkgver=1.0.27 +pkgrel=0 +pkgdesc="C++ API for Jolla ofono extensions" +url="https://git.sailfishos.org/mer-core/libqofonoext" +arch="all" +license="LGPL-2.1-only" +depends_dev=" + libqofono-dev + qt5-qtbase-dev + qt5-qtdeclarative-dev + " +makedepends="$depends_dev" +subpackages="$pkgname-dev" +source="https://git.sailfishos.org/mer-core/libqofonoext/-/archive/$pkgver/libqofonoext-$pkgver.tar.gz" + +build() { + qmake-qt5 + make +} + +package() { + INSTALL_ROOT="$pkgdir" make install +} + +sha512sums="6b24b868d8afcf8f4e4dcfcee6e1223a807bdf6adb1c436d4e24ddd9cfeefaa121dd1030fffddcfb6370aadd81f6fee430b3dc1be41cbe27d861e135f87865b3 libqofonoext-1.0.27.tar.gz" |