Magellan Linux

Contents of /trunk/extras/kdepim/kdepim-3.5.10-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5365 - (show annotations) (download)
Mon May 17 15:59:17 2010 UTC (14 years ago) by niro
File size: 883 byte(s)
-fixed dependencies
1 # $Id$
2
3 PNAME="kdepim"
4 PVER="3.5.10"
5 PBUILD="r3"
6
7 PCATEGORIE="kde-base"
8 STATE="unstable"
9
10 DESCRIPTION="KDE's personal informations management tools."
11 HOMEPAGE="http://www.kde.org/"
12
13 DEPEND=">= kde-base/kdebase-${PVER}
14 >= kde-base/kdenetwork-${PVER}
15 >= dev-libs/cyrus-sasl-2
16 >= app-crypt/gpgme-1.2.0
17 >= net-misc/pilot-link-0.12"
18
19 SRCFILE="${PNAME}-${PVER}.tar.bz2"
20 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
21
22 sminclude kde3
23
24 SRC_URI=(
25 kde://${PVER}/src/${SRCFILE}
26 mirror://${PNAME}/${SRCFILE}
27 mirror://${PNAME}/${PNAME}-${PVER}-fix-flock-redefinition.patch
28 )
29
30 # note 1: disabled pda support -> extralibs must be included to enable
31 # libgnokii, libmal, pilot-link, gpm2 for crypt support (using built in)
32
33 src_prepare()
34 {
35 munpack ${SRCFILE} || die
36 cd ${SRCDIR}
37
38 # fix compilation with gcc-4.3 and newer linux-headers
39 mpatch ${PNAME}-${PVER}-fix-flock-redefinition.patch || die
40 }

Properties

Name Value
svn:keywords Id