26 lines
759 B
Bash
26 lines
759 B
Bash
# Template file for 'libmbim'
|
|
pkgname=libmbim
|
|
version=1.16.2
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--disable-static"
|
|
hostmakedepends="glib-devel pkg-config"
|
|
makedepends="libgudev-devel"
|
|
short_desc="MBIM modem protocol helper library"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
homepage="http://www.freedesktop.org/wiki/Software/libmbim/"
|
|
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
|
distfiles="${FREEDESKTOP_SITE}/$pkgname/$pkgname-$version.tar.xz"
|
|
checksum=eb494fee2c200daf4f5cc8a40061d24a3dfafe8c59151c95c6a826fd96dcb262
|
|
|
|
libmbim-devel_package() {
|
|
depends="${sourcepkg}-${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove "usr/lib/*.so"
|
|
vmove usr/share
|
|
}
|
|
}
|