29 lines
871 B
Bash
29 lines
871 B
Bash
# Template file for 'ofono'
|
|
pkgname=ofono
|
|
version=1.25
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--disable-bluez4"
|
|
conf_files="/etc/ofono/phonesim.conf /etc/dbus-1/system.d/ofono.conf"
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libglib-devel eudev-libudev-devel mobile-broadband-provider-info"
|
|
short_desc="Infrastructure for building mobile telephony (GMS/UTMS) applications"
|
|
maintainer="Daniel Santana <daniel@santana.tech>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://01.org/ofono"
|
|
distfiles="${KERNEL_SITE}/network/${pkgname}/${pkgname}-${version}.tar.xz"
|
|
checksum=eb011fcd3080e93f3a56f96be60350b6595a8b5f36b61646312ba41b0bcb0d75
|
|
|
|
post_install() {
|
|
vsv ofonod
|
|
vlicense COPYING
|
|
}
|
|
|
|
ofono-devel_package() {
|
|
short_desc+=" - development files"
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
}
|
|
}
|