Magellan Linux

Contents of /branches/R11-stable/extras/kdepimlibs/kdepimlibs-4.10.5-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 18835 - (show annotations) (download)
Wed Aug 14 13:04:25 2013 UTC (10 years, 8 months ago) by niro
File size: 874 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="kdepimlibs"
4 PVER="4.10.5"
5 PBUILD="r1"
6
7 DESCRIPTION="KDE4 pim libraries."
8
9 DEPEND="== kde-base/kdelibs-${PVER}
10 >= virtual/phonon
11 >= dev-libs/cyrus-sasl-2.1
12 >= app-crypt/gpgme-1.3
13 >= app-crypt/libgpg-error-1.9
14 >= net-nds/libldap-2.4.33
15 >= app-office/akonadi-1.10
16 >= dev-libs/libical-0.48
17 >= x11-misc/shared-mime-info-0.90
18 >= media-libs/prison-1.0
19 >= sys-libs/libuuid-2.22"
20
21 SDEPEND=">= dev-libs/boost-1.53"
22
23 SRCFILE="${PNAME/4/}-${PVER}.tar.xz"
24
25 sminclude kde4
26
27 UP2DATE="updatecmd -listonly http://download.kde.org/stable/ | grep 'stable/[0-9]' | sed -n 's:.*/\([0-9].*\)/:\1:;$ p'"
28
29 src_compile()
30 {
31 cd ${SRCDIR}
32
33 kde4_configure \
34 $(cmake_with Ldap) \
35 $(cmake_with Sasl2) \
36 $(cmake_with Akonadi) \
37 $(cmake_with SharedDesktopOntologies) \
38 $(cmake_with Soprano) \
39 $(cmake_with Nepomuk) \
40 $(cmake_with Prison) \
41 || die
42
43 mmake || die
44 }