libmbim.paketlendi
This commit is contained in:
parent
2cd02706eb
commit
63bb17288c
|
@ -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
|
||||
|
||||
}
|
Loading…
Reference in New Issue