21 lines
442 B
Plaintext
21 lines
442 B
Plaintext
# Description: MBIM modem protokol yardımcı kitaplığı.
|
||
# 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
|
||
|
||
}
|