libmbim.paketlendi

This commit is contained in:
giresun28 2016-07-20 21:24:18 +00:00
parent 2cd02706eb
commit 63bb17288c
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# 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
}