diff options
author | Bart Ribbers <bribbers@disroot.org> | 2021-04-14 14:39:09 +0200 |
---|---|---|
committer | Bart Ribbers <bribbers@disroot.org> | 2021-04-14 14:20:38 +0000 |
commit | b7edc197469957775fda9195b82e2805cc9209bb (patch) | |
tree | 6bbf2937a1094175d578e617c9b05ec5fbec210b /testing/libqofonoext/APKBUILD | |
parent | b3f4536eba68235a19e5b1edb18633974225245b (diff) | |
download | aports-b7edc197469957775fda9195b82e2805cc9209bb.tar.gz aports-b7edc197469957775fda9195b82e2805cc9209bb.tar.bz2 aports-b7edc197469957775fda9195b82e2805cc9209bb.tar.xz |
testing/libqofonoext: new aport
Diffstat (limited to 'testing/libqofonoext/APKBUILD')
-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" |