UmVirt LFS Package info

DB commit: 3c6efcfc536d7802c89703820d548c1aec13ba9b
APP commit: f0568a86eced844506f88e1faa2e7a1c73783ddf
[ BASH | XML | JSON ]

ModemManager

ModemManager provides a unified high level API for communicating with mobile broadband modems, regardless of the protocol used to communicate with the actual device.

Package info

Template: meson
Codename: ModemManager
Source file: ModemManager-1.24.2.tar.gz
Source file size: 2120956
Source file MD5-checkum: b72860c54670f362e947edba160fa98e
Source directory: ModemManager-1.24.2
Package URL: https://umvirt.com/linux/downloads/0.2.4/packages/m/ModemManager-1.24.2.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.4/packages/m/ModemManager-1.24.2.tar.gz.md5sum
Dependances: gobject-introspection, vala, polkit, libgudev, libmbim, libqmi.
Dependance of: !gnome-control-center, geoclue, network-manager-applet, KF6.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
mkdir build &&
cd    build &&

meson setup ..                 \
      --prefix=/usr            \
      --buildtype=release      \
      -D bash_completion=false \
      -D qrtr=false 

Build script:
cd    build
ninja

Install script:
cd    build
ninja install