2022-01-11 10:06:42 +01:00
|
|
|
# Copyright 1999-2022 Gentoo Authors
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
|
|
|
EAPI=7
|
|
|
|
|
2022-02-14 13:14:44 +01:00
|
|
|
inherit meson
|
2022-01-11 10:06:42 +01:00
|
|
|
|
|
|
|
DESCRIPTION="vvmd is a lower level daemon that retrieves Visual Voicemail"
|
|
|
|
HOMEPAGE="https://gitlab.com/kop316/vvmd"
|
|
|
|
SRC_URI="https://gitlab.com/kop316/vvmd/-/archive/${PV}/${P}.tar.gz"
|
|
|
|
|
|
|
|
LICENSE="GPL-3"
|
|
|
|
SLOT="0"
|
2022-02-14 13:14:44 +01:00
|
|
|
KEYWORDS="~amd64 ~arm64"
|
2022-01-11 10:06:42 +01:00
|
|
|
|
|
|
|
RDEPEND="
|
2022-01-13 15:13:10 +01:00
|
|
|
>=dev-libs/glib-2.16
|
|
|
|
>=net-misc/curl-7.70
|
|
|
|
>=dev-cpp/glibmm-1.14
|
2022-01-19 14:31:39 +01:00
|
|
|
dev-libs/libphonenumber
|
2022-02-08 14:50:14 +01:00
|
|
|
net-misc/modemmanager
|
2022-02-14 13:30:40 +01:00
|
|
|
sys-apps/dbus
|
|
|
|
>=dev-util/meson-0.56
|
|
|
|
|
2022-01-11 10:06:42 +01:00
|
|
|
"
|
2022-02-14 13:14:44 +01:00
|
|
|
DEPEND="${RDEPEND}"
|
2022-01-11 10:06:42 +01:00
|
|
|
|
|
|
|
src_install() {
|
|
|
|
meson_src_install
|
|
|
|
}
|