New package: ModemManager-1.0.0.
This commit is contained in:
parent
858b3119f7
commit
64c9b2ee01
4 changed files with 41 additions and 0 deletions
|
@ -1357,3 +1357,4 @@ liballeg.so.4.4 allegro4-4.4.2_1
|
|||
libraw1394.so.11 libraw1394-2.1.0_1
|
||||
libqmi-glib.so.0 libqmi-1.4.0_1
|
||||
libmbim-glib.so.0 libmbim-1.4.0_1
|
||||
libmm-glib.so.0 libmm-glib-1.0.0_1
|
||||
|
|
1
srcpkgs/ModemManager-devel
Symbolic link
1
srcpkgs/ModemManager-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
ModemManager
|
38
srcpkgs/ModemManager/template
Normal file
38
srcpkgs/ModemManager/template
Normal file
|
@ -0,0 +1,38 @@
|
|||
# Template file for 'ModemManager'
|
||||
pkgname=ModemManager
|
||||
version=1.0.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --sbindir=/usr/bin --with-udev-base-dir=/usr/lib/udev --with-polkit=permissive"
|
||||
hostmakedepends="pkg-config intltool"
|
||||
makedepends="glib-devel libgudev-devel polkit-devel libqmi-devel libmbim-devel systemd-devel ppp"
|
||||
short_desc="Mobile broadband modem management service"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.freedesktop.org/wiki/Software/ModemManager/"
|
||||
license="GPL-2"
|
||||
distfiles="http://www.freedesktop.org/software/$pkgname/$pkgname-$version.tar.xz"
|
||||
checksum=e0f3bbd9a7353f7d87be2391b8718a81d11f9ff8b1c067d640928322f8808563
|
||||
|
||||
ModemManager-devel_package() {
|
||||
depends="libmm-glib-${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
||||
libmm-glib_package() {
|
||||
short_desc+=" - GLib library"
|
||||
pkg_install() {
|
||||
vmove "usr/lib/libmm-glib.so.*"
|
||||
}
|
||||
}
|
||||
|
||||
ModemManager_package() {
|
||||
depends="hicolor-icon-theme ppp"
|
||||
pkg_install() {
|
||||
vmove all
|
||||
}
|
||||
}
|
1
srcpkgs/libmm-glib
Symbolic link
1
srcpkgs/libmm-glib
Symbolic link
|
@ -0,0 +1 @@
|
|||
ModemManager
|
Loading…
Reference in a new issue