Magellan Linux

Contents of /trunk/extras/akonadi/akonadi-1.0.0-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 6 months ago) by niro
File size: 732 byte(s)
import repo
1 # $Header: /magellan-cvs/smage/akonadi/akonadi-1.0.0-r2.smage2,v 1.1 2008/07/29 22:52:03 niro Exp $
2
3 PNAME="akonadi"
4 PVER="1.0.0"
5 PBUILD="r2"
6
7 PCATEGORIE="app-office"
8 STATE="unstable"
9
10 DESCRIPTION="Akonadi - The PIM Storage Service."
11 HOMEPAGE="http://pim.kde.org/akonadi/"
12
13 DEPEND=">= x11-libs/qt4-4.4
14 >= x11-misc/shared-mime-info-0.22"
15
16 SDEPEND=">= dev-libs/libxslt-1.1.22
17 >= kde-base/automoc4-0.9.84"
18
19 SRCFILE="${PNAME}-${PVER}.tar.bz2"
20 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
21
22 sminclude kde4
23
24 SRC_URI=(
25 http://akonadi.omat.nl/${SRCFILE}
26 mirror://${PNAME}/${SRCFILE}
27 )
28
29 src_prepare()
30 {
31 munpack ${SRCFILE} || die
32 cd ${SRCDIR}
33
34 # disable mysql deps
35 sed -i '/mysqld/s/find_program/#DONOTWANT &/' server/CMakeLists.txt || die
36 }

Properties

Name Value
svn:keywords Id