milis/talimatname/genel/m/modemmanager/talimat

27 lines
647 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: Mobil geniş bant modem yönetim hizmeti
# URL: http://www.freedesktop.org/wiki/Software/ModemManager/
# Paketçi: alihan-ozturk28@hotmail.com
# Gerekler: intltool glib gobject-introspection libgudev polkit libmbim vala libqmi
isim=modemmanager
surum=1.4.14
devir=1
_isim=ModemManager
kaynak=( http://www.freedesktop.org/software/${_name}/${_name}-$surum.tar.xz)
derle() {
cd ${_name}-$surum
./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--disable-gtk-doc \
--enable-more-warnings=no \
--disable-static
make
make DESTDIR=$PKG install
}