Magellan Linux

Annotation of /trunk/extras/libqmi/libqmi-1.24.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 33269 - (hide annotations) (download)
Tue Oct 22 17:49:24 2019 UTC (4 years, 6 months ago) by niro
File size: 743 byte(s)
auto added: ver bump to 1.24.0-r1
1 niro 33269 # $Id$
2    
3     PNAME="libqmi"
4     PVER="1.24.0"
5     PBUILD="r1"
6    
7     PCAT="net-libs"
8    
9     DESCRIPTION="QMI modem protocol helper library."
10     HOMEPAGE="http://www.freedesktop.org/wiki/Software/libqmi/"
11    
12     DEPEND=">= dev-libs/glib2-2.62
13     >= net-libs/libmbim-1.20
14     >= sys-fs/libgudev-242"
15     SDEPEND=">= dev-util/pkgconfig-0.25"
16    
17     SRCFILE="${PNAME}-${PVER}.tar.xz"
18     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
19    
20     # one check is failing atm
21     msetfeature "!check"
22     sminclude multilib mbuild
23    
24     SRC_URI=(
25     http://www.freedesktop.org/software/${PNAME}/${SRCFILE}
26     mirror://${PNAME}/${SRCFILE}
27     )
28    
29     UP2DATE="updatecmd http://www.freedesktop.org/software/${PNAME} | highesttarball xz"
30    
31     src_compile()
32     {
33     cd ${SRCDIR}
34    
35     mconfigure --libexecdir=/usr/$(mlibdir) --with-mbim-qmux || die
36     mmake || die
37     }