Magellan Linux

Annotation of /branches/R11-stable/extras/libmbim/libmbim-1.12.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 24606 - (hide annotations) (download)
Fri Feb 20 11:55:30 2015 UTC (9 years, 2 months ago) by niro
File size: 631 byte(s)
-release branches/R11-stable
1 niro 23744 # $Id$
2    
3     PNAME="libmbim"
4     PVER="1.12.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.42"
13     SDEPEND=">= dev-util/pkgconfig-0.25"
14    
15     SRCFILE="${PNAME}-${PVER}.tar.xz"
16     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17    
18     sminclude mbuild
19    
20     SRC_URI=(
21     http://www.freedesktop.org/software/${PNAME}/${SRCFILE}
22     mirror://${PNAME}/${SRCFILE}
23     )
24    
25     UP2DATE="updatecmd http://www.freedesktop.org/software/${PNAME} | highesttarball xz"
26    
27     src_compile()
28     {
29     cd ${SRCDIR}
30    
31     mconfigure --libexecdir=/usr/$(mlibdir)/${PNAME} || die
32     mmake || die
33     }