Magellan Linux

Annotation of /branches/R11-stable/extras/modemmanager/modemmanager-0.6.2.0-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 17260 - (hide annotations) (download)
Thu Jun 6 10:43:41 2013 UTC (11 years ago) by niro
Original Path: trunk/extras/modemmanager/modemmanager-0.6.2.0-r2.smage2
File size: 944 byte(s)
-fixed SRCFILE
1 niro 17259 # $Id$
2    
3     PNAME="modemmanager"
4     PVER="0.6.2.0"
5     PBUILD="r2"
6    
7     PCAT="net-misc"
8    
9     DESCRIPTION="Modem and mobile broadband management libraries."
10     HOMEPAGE="http://gitorious.org/modemmanager"
11    
12     # hardcoded ppp version
13     PPP_PVER=2.4.5
14    
15     DEPEND=">= sys-apps/dbus-1.6
16     >= dev-libs/glib2-2.36
17     >= dev-libs/dbus-glib-0.100
18     >= sys-fs/udev-204
19     == net-dialup/ppp-${PPP_PVER}
20     >= sys-apps/polkit-0.111"
21    
22     SDEPEND=">= dev-util/pkgconfig-0.25
23     >= dev-util/intltool-0.50"
24    
25 niro 17260 SRCFILE="ModemManager-${PVER}.tar.xz"
26 niro 17259 SRCDIR="${BUILDDIR}/ModemManager-${PVER}"
27    
28     sminclude gnome2 mtools
29    
30     SRC_URI=(
31     gnome://ModemManager/${PVER%.*.*}/${SRCFILE}
32     mirror://${PNAME}/${SRCFILE}
33     )
34    
35     UP2DATE="updatecmd_gnome ModemManager"
36    
37     src_compile()
38     {
39     cd ${SRCDIR}
40    
41     mconfigure \
42     --disable-more-warnings \
43     --with-udev-base-dir=/usr/lib/udev/ \
44     --with-pppd-plugin-dir=/usr/$(mlibdir)/pppd/${PPP_PVER} \
45     --with-polkit=yes \
46     --without-docs \
47     --without-tests \
48     || die
49    
50     mmake || die
51     }