Magellan Linux

Contents of /branches/magellan-next/extras/modemmanager/modemmanager-0.4.998-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8555 - (show annotations) (download)
Thu Jul 21 23:18:37 2011 UTC (12 years, 9 months ago) by niro
File size: 834 byte(s)
-fixed SRC_URI
1 # $Id$
2
3 PNAME="modemmanager"
4 PVER="0.4.998"
5 PBUILD="r1"
6
7 PCATEGORIE="net-misc"
8
9 DESCRIPTION="Modem and mobile broadband management libraries."
10 HOMEPAGE="http://gitorious.org/modemmanager"
11
12 DEPEND=">= sys-apps/dbus-1.4
13 >= dev-libs/glib2-2.28
14 >= dev-libs/dbus-glib-0.92
15 >= sys-fs/udev-171
16 >= net-dialup/ppp-2.4.5
17 >= sys-apps/polkit-0.101"
18
19 SDEPEND=">= dev-util/pkgconfig-0.25
20 >= dev-util/intltool-0.41"
21
22 SRCFILE="ModemManager-${PVER}.tar.bz2"
23 SRCDIR="${BUILDDIR}/ModemManager-${PVER}"
24
25 sminclude gnome2 mtools
26
27 SRC_URI=(
28 gnome://ModemManager/${PVER%.*}/${SRCFILE}
29 mirror://${PNAME}/${SRCFILE}
30 )
31
32 UP2DATE="updatecmd_gnome ModemManager"
33
34 src_compile()
35 {
36 cd ${SRCDIR}
37
38 mconfigure \
39 --disable-more-warnings \
40 --with-udev-base-dir=/lib/udev/ \
41 --with-polkit \
42 --without-docs \
43 --without-tests \
44 || die
45
46 mmake || die
47 }