New package: ofono-1.24

This commit is contained in:
Daniel Santana 2018-05-10 00:52:51 -03:00 committed by maxice8
parent 9f3eeba595
commit 931ab90928
3 changed files with 32 additions and 0 deletions

1
srcpkgs/ofono-devel Symbolic link
View File

@ -0,0 +1 @@
ofono

View File

@ -0,0 +1,2 @@
#!/bin/sh
exec ofonod -n

29
srcpkgs/ofono/template Normal file
View File

@ -0,0 +1,29 @@
# 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
}
}