# Description: MBIM modem protocol helper library.
# URL: http://www.freedesktop.org/wiki/Software/libmbim/
# Packager: alihan-ozturk28@hotmail.com
# Depends on: glib gobject-introspection libgudev

name=libmbim
version=1.14.0
release=1

source=( http://www.freedesktop.org/software/$name/$name-$version.tar.xz)

build() {
cd $name-$version
./configure --prefix=/usr \
            --disable-static

make
make DESTDIR=$PKG install

}