description="MBIM modem protocol helper library"
url="http://www.freedesktop.org/wiki/Software/libmbim/"
packager="tnut <tnut@nutyx.org>"
contributors="Pierre B"

name=libmbim
version=1.24.2
makedepends=(libgudev gtk-doc glib python help2man gtk-doc)
source=(http://www.freedesktop.org/software/$name/$name-$version.tar.xz)

build() {
  cd $name-$version
  ./configure --prefix=/usr    \
              --sysconfdir=/etc/libmbim \
              --localstatedir=/var \
              --enable-gtk-doc \
              --disable-static
  make
  make DESTDIR=$PKG install

# Obsolet lib
rm $PKG/usr/lib/libmbim-glib.la
}
