mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-05 08:42:11 +01:00
35 lines
888 B
Plaintext
35 lines
888 B
Plaintext
# Maintainer: Luca Weiss <luca@z3ntu.xyz>
|
|
# Contributor: Bart Ribbers <bribbers@disroot.org>
|
|
pkgname=libqofono
|
|
pkgver=0.120
|
|
pkgrel=0
|
|
pkgdesc="Library for accessing the ofono daemon, and a Qt declarative plugin for it"
|
|
url="https://github.com/sailfishos/libqofono"
|
|
# armhf blocked by qt5-qtdeclarative
|
|
arch="all !armhf"
|
|
license="LGPL-2.1-or-later"
|
|
depends_dev="
|
|
qt5-qtbase-dev
|
|
qt5-qtdeclarative-dev
|
|
"
|
|
makedepends="$depends_dev"
|
|
subpackages="$pkgname-dev"
|
|
source="https://github.com/sailfishos/libqofono/archive/$pkgver/libqofono-$pkgver.tar.gz"
|
|
options="!check" # requires running ofono
|
|
|
|
build() {
|
|
qmake-qt5
|
|
make
|
|
}
|
|
|
|
package() {
|
|
INSTALL_ROOT="$pkgdir" make install
|
|
|
|
# Remove installed tests
|
|
rm -r "$pkgdir"/opt
|
|
}
|
|
|
|
sha512sums="
|
|
efc1967d18f545cfa19d4361a1e1d757abb134a2a2e06a413e77c3c1a01682fc05fe6433dda4fccccc1bcda00936048be0e87dcf1306ae52913b10cc9e381dba libqofono-0.120.tar.gz
|
|
"
|