milis/talimatname/genel/libmbim/talimat

21 lines
442 B
Plaintext
Raw Normal View History

2017-03-31 08:21:50 +02:00
# Description: MBIM modem protokol yardımcı kitaplığı.
2016-07-20 23:24:18 +02:00
# 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
}