Magellan Linux

Contents of /trunk/extras/kdepimlibs4/kdepimlibs4-4.2.4-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1849 - (show annotations) (download)
Sun Jun 7 09:11:43 2009 UTC (14 years, 10 months ago) by niro
File size: 627 byte(s)
-added missing libical dependency
1 # $Id$
2
3 PNAME="kdepimlibs4"
4 PVER="4.2.4"
5 PBUILD="r1"
6
7 STATE="unstable"
8
9 DESCRIPTION="KDE4 pim libraries."
10
11 DEPEND="== kde-base/kdelibs4-${PVER}
12 >= dev-libs/cyrus-sasl-2
13 >= app-crypt/gpgme-1.1.8
14 >= app-crypt/libgpg-error-1.7
15 >= net-nds/openldap-2.4
16 >= x11-libs/libXpm-3
17 >= x11-libs/libXtst-1
18 >= app-office/akonadi-1.1.2
19 >= dev-libs/libical-0.43"
20
21 SDEPEND=">= dev-libs/boost-1.37"
22
23 sminclude kde4
24
25 UP2DATE="updatecmd http://www.kde.org/download/ | grep ${PNAME/4/} | sed -n '1 p' | sed 's/.*-\([^ ]*\) .*/\1/'"
26
27 src_compile()
28 {
29 cd ${SRCDIR}
30
31 kde4_configure $(cmake_with Ldap) $(cmake_with Sasl2) || die
32 mmake || die
33 }

Properties

Name Value
svn:keywords Id