Magellan Linux

Contents of /trunk/extras/kdepimlibs/kdepimlibs-4.8.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 12343 - (show annotations) (download)
Wed May 16 21:21:10 2012 UTC (12 years, 1 month ago) by niro
File size: 846 byte(s)
auto added: ver bump to 4.8.3-r1
1 # $Id$
2
3 PNAME="kdepimlibs"
4 PVER="4.8.3"
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.31
15 >= app-office/akonadi-1.7
16 >= dev-libs/libical-0.48
17 >= x11-misc/shared-mime-info-0.90
18 >= media-libs/prison-1.0"
19
20 SDEPEND=">= dev-libs/boost-1.49"
21
22 SRCFILE="${PNAME/4/}-${PVER}.tar.xz"
23
24 sminclude kde4
25
26 UP2DATE="updatecmd -listonly http://download.kde.org/stable/ | grep 'stable/[0-9]' | sed -n 's:.*/\([0-9].*\)/:\1:;$ p'"
27
28 src_compile()
29 {
30 cd ${SRCDIR}
31
32 kde4_configure \
33 $(cmake_with Ldap) \
34 $(cmake_with Sasl2) \
35 $(cmake_with Akonadi) \
36 $(cmake_with SharedDesktopOntologies) \
37 $(cmake_with Soprano) \
38 $(cmake_with Nepomuk) \
39 $(cmake_with Prison) \
40 || die
41
42 mmake || die
43 }