Magellan Linux

Contents of /branches/R11-stable/extras/libqmi/libqmi-1.10.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 21936 - (show annotations) (download)
Mon Jul 21 10:42:48 2014 UTC (9 years, 9 months ago) by niro
File size: 619 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="libqmi"
4 PVER="1.10.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.40"
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 }