first commit
This commit is contained in:
3
src/libqmi/.gitignore
vendored
Normal file
3
src/libqmi/.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
.cache/
|
||||
dist/
|
||||
root/
|
2
src/libqmi/changes.md
Normal file
2
src/libqmi/changes.md
Normal file
@@ -0,0 +1,2 @@
|
||||
# 1.30.8
|
||||
First version
|
16
src/libqmi/pkg.sh
Normal file
16
src/libqmi/pkg.sh
Normal file
@@ -0,0 +1,16 @@
|
||||
NAME="libqmi"
|
||||
DESC="GLib-based library for talking to WWAN modems and devices which speak the Qualcomm MSM Interface (QMI) protocol"
|
||||
VERSION="1.30.8"
|
||||
FILES=("https://www.freedesktop.org/software/libqmi/libqmi-$VERSION.tar.xz")
|
||||
HASHES=("5ec8838914f80e1dfa4d2fa8cc2f186d")
|
||||
DEPENDS=("glib" "libgudev" "libmbim" "gobject-introspection")
|
||||
|
||||
PACKAGE() {
|
||||
tar xf $NAME-$VERSION.tar.xz
|
||||
cd $NAME-$VERSION
|
||||
|
||||
PYTHON=python3 ./configure --prefix=/usr --disable-static
|
||||
make && make DESTDIR="$ROOTDIR" install
|
||||
|
||||
cd .. && rm -r $NAME-$VERSION
|
||||
}
|
Reference in New Issue
Block a user