28 lines
924 B
Text
28 lines
924 B
Text
# Contributor: Bhushan Shah <bshah@kde.org>
|
|
# Maintainer: Bhushan Shah <bshah@kde.org>
|
|
pkgname=libqofono
|
|
pkgver=0.95
|
|
pkgrel=0
|
|
pkgdesc="A library for accessing the ofono daemon, and a Qt declarative plugin for it"
|
|
url="https://git.merproject.org/mer-core/libqofono/"
|
|
arch="all"
|
|
license="LGPL-2.1-or-later"
|
|
depends_dev="qt5-qtbase-dev qt5-qtxmlpatterns-dev qt5-qtdeclarative-dev"
|
|
makedepends="$depends_dev"
|
|
subpackages="$pkgname-dev"
|
|
source="https://git.merproject.org/mer-core/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz"
|
|
options="!check" # Requires running Ofono
|
|
|
|
build() {
|
|
qmake-qt5
|
|
make
|
|
}
|
|
|
|
package() {
|
|
INSTALL_ROOT="$pkgdir" make install
|
|
# remove the installed tests xml file
|
|
rm -r "$pkgdir"/opt
|
|
rm -r "$pkgdir"/usr/lib/libqofono-qt5/tests/
|
|
}
|
|
|
|
sha512sums="397c94e1fe90e34de490c00389fb278c8403137c9e381ee93fd6ad981fda749d9069b6d04a25a459020f2baa74add9d527c3ed48a15c3bed782690929b476ad6 libqofono-0.95.tar.gz"
|