milis/talimatname/genel/l/libqmi/talimat

21 lines
508 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: Qualcomm MSM Arabirimi (QMI) protokolünü konuşan WWAN modemleri ve aygıtlarıyla konuşmak için bir glib tabanlı kitaplıktır.
# URL: http://www.freedesktop.org/software/libqmi/
# Paketçi: alihan-ozturk28@hotmail.com
# Gerekler: glib libmbim
# Grup: kütüphane
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
}