Magellan Linux

Annotation of /branches/R11-stable/extras/libqmi/libqmi-1.10.4-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 22914 - (hide annotations) (download)
Tue Oct 28 09:12:25 2014 UTC (9 years, 6 months ago) by niro
File size: 619 byte(s)
-release branches/R11-stable
1 niro 22563 # $Id$
2    
3     PNAME="libqmi"
4     PVER="1.10.4"
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.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) || die
32     mmake || die
33     }