Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6990 - (show annotations) (download)
Mon Sep 27 15:56:57 2010 UTC (13 years, 8 months ago) by niro
File size: 860 byte(s)
auto added: ver bump to 0.4-r1
1 # $Id: modemmanager-0.3-r1.smage2 4891 2010-02-13 11:44:20Z niro $
2
3 PNAME="modemmanager"
4 PVER="0.4"
5 PBUILD="r1"
6
7 PCATEGORIE="net-misc"
8 STATE="unstable"
9
10 DESCRIPTION="Modem and mobile broadband management libraries."
11 HOMEPAGE="http://gitorious.org/modemmanager"
12
13 DEPEND=">= sys-apps/dbus-1.3
14 >= dev-libs/glib2-2.24
15 >= dev-libs/dbus-glib-0.88
16 >= sys-fs/udev-162
17 >= net-dialup/ppp-2.4.5"
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=/etc/udev/ \
41 --without-docs \
42 --without-tests \
43 || die
44
45 mmake || die
46 }