New package: ofono-1.24
This commit is contained in:
parent
9f3eeba595
commit
931ab90928
|
@ -0,0 +1 @@
|
|||
ofono
|
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
exec ofonod -n
|
|
@ -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
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue