Magellan Linux

Contents of /branches/R11-stable/extras/libmbim/libmbim-1.8.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 21052 - (show annotations) (download)
Thu Mar 6 15:10:47 2014 UTC (10 years, 2 months ago) by niro
Original Path: trunk/extras/libmbim/libmbim-1.8.0-r1.smage2
File size: 525 byte(s)
auto added: ver bump to 1.8.0-r1
1 # $Id$
2
3 PNAME="libmbim"
4 PVER="1.8.0"
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.38"
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"