milis/talimatname/genel/libqmi/talimat

18 lines
431 B
Plaintext
Raw Normal View History

2016-02-24 01:27:23 +01:00
# Description: For talking to WWAN modems and devices which speak the Qualcomm MSM Interface protocol.
# URL: http://www.freedesktop.org/software/libqmi/
# Packager: pierre at nutyx dot org
# Depends on: glib
name=libqmi
version=1.12.6
release=1
source=( http://www.freedesktop.org/software/libqmi/libqmi-$version.tar.xz)
build() {
cd libqmi-$version
./configure --prefix=/usr --disable-static
make
make DESTDIR=$PKG install
}