Magellan Linux

Contents of /branches/R11-unstable/extras/libmbim/libmbim-1.12.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25541 - (show annotations) (download)
Tue Nov 25 03:54:29 2014 UTC (9 years, 5 months ago) by niro
File size: 631 byte(s)
-release branches/R11-unstable
1 # $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 }