Magellan Linux

Contents of /trunk/extras/libproxy/libproxy-0.4.7-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11536 - (show annotations) (download)
Mon Mar 12 20:33:34 2012 UTC (12 years, 3 months ago) by niro
File size: 996 byte(s)
-no check target in MakeFile
1 # $Id$
2
3 PNAME="libproxy"
4 PVER="0.4.7"
5 PBUILD="r1"
6
7 PCAT="net-libs"
8
9 DESCRIPTION="A library that provides automatic proxy configuration management."
10 HOMEPAGE="http://code.google.com/p/libproxy/"
11
12 DEPEND=">= dev-libs/glib2-2.30"
13 SDEPEND=">= dev-lang/perl-5.14
14 >= dev-lang/python-2.7
15 >= net-misc/networkmanager-0.9
16 >= kde-base/kdelibs4-4.8"
17
18 SRCFILE="${PNAME}-${PVER}.tar.gz"
19 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
20
21 sminclude cmake multilib
22 msetfeature "!check"
23
24 SRC_URI=(
25 http://${PNAME}.googlecode.com/files/${SRCFILE}
26 mirror://${PNAME}/${SRCFILE}
27 )
28
29 UP2DATE="updatecmd ${HOMEPAGE}/downloads/list | firsttarball gz"
30
31 src_compile()
32 {
33 cmake_configure \
34 $(cmake_opt PERL_VENDORINSTALL ON) \
35 $(cmake-with GNOME) \
36 $(cmake-with GNOME3) \
37 $(cmake-with KDE4) \
38 $(cmake-with NM) \
39 $(cmake-with PERL) \
40 $(cmake-with PYTHON) \
41 $(cmake-with VALA) \
42 $(cmake-without DOTNET) \
43 $(cmake-without WEBKIT) \
44 $(cmake-without WEBKIT3) \
45 $(cmake-without MOZJS) \
46 || die
47
48 mmake || die
49 }