mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
ofono: update to 1.28.
This commit is contained in:
parent
80c8242a5d
commit
eb1339f5e8
1 changed files with 4 additions and 8 deletions
|
@ -1,22 +1,18 @@
|
||||||
# Template file for 'ofono'
|
# Template file for 'ofono'
|
||||||
pkgname=ofono
|
pkgname=ofono
|
||||||
version=1.26
|
version=1.28
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-bluez4 --enable-external-ell"
|
configure_args="--disable-bluez4"
|
||||||
conf_files="/etc/ofono/phonesim.conf /etc/dbus-1/system.d/ofono.conf"
|
conf_files="/etc/ofono/phonesim.conf /etc/dbus-1/system.d/ofono.conf"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libglib-devel eudev-libudev-devel mobile-broadband-provider-info ell-devel"
|
makedepends="libglib-devel eudev-libudev-devel mobile-broadband-provider-info"
|
||||||
short_desc="Infrastructure for building mobile telephony (GMS/UTMS) applications"
|
short_desc="Infrastructure for building mobile telephony (GMS/UTMS) applications"
|
||||||
maintainer="Daniel Santana <daniel@santana.tech>"
|
maintainer="Daniel Santana <daniel@santana.tech>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://01.org/ofono"
|
homepage="https://01.org/ofono"
|
||||||
distfiles="${KERNEL_SITE}/network/${pkgname}/${pkgname}-${version}.tar.xz"
|
distfiles="${KERNEL_SITE}/network/${pkgname}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=92e18c20c889addda648aefbb5e3ab1238007d88b18449f407a96533afe18026
|
checksum=93bb2cedef54f897dd5200e22b072a6e38b5d9b44be57eebbbe8d513f0beb0e4
|
||||||
|
|
||||||
pre_configure() {
|
|
||||||
rm -rf ell
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vsv ofonod
|
vsv ofonod
|
||||||
|
|
Loading…
Add table
Reference in a new issue