Magellan Linux

Annotation of /trunk/extras/libmbim/libmbim-1.14.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


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