30 lines
871 B
Bash
30 lines
871 B
Bash
|
# Template file for 'ofono'
|
||
|
pkgname=ofono
|
||
|
version=1.24
|
||
|
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=9c8e351b7658f4b43f9a4380b731c47d2d7544a89987c48c3f227e73636c87ae
|
||
|
|
||
|
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
|
||
|
}
|
||
|
}
|