milis/talimatname/genel/l/libqmi/talimat

20 lines
444 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: WWAN modemleri ve Qualcomm MSM Arayüz protokolünü konuşan cihazlarla konuşmak için.
# URL: http://www.freedesktop.org/software/libqmi/
# Paketçi: alihan-ozturk28@hotmail.com
# Gerekler: glib libmbim
isim=libqmi
surum=1.12.6
devir=1
kaynak=( http://www.freedesktop.org/software/libqmi/libqmi-$surum.tar.xz)
derle() {
cd libqmi-$surum
./configure --prefix=/usr \
--disable-static
make
make DESTDIR=$PKG install
}