summaryrefslogtreecommitdiffstats
path: root/kde/kdepimlibs/Pkgfile
blob: cf259035a269876f038931b880d86d5b4396c46d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Description: Utilitaires pour KDE4
# URL: http://www.kde.org
# Maintainer: NuTyX packager team
# Packager: lesibel at free dot fr
# Depends on: kdelibs, boost, libical, gpgme, akonadi, cyrus-sasl, libldap

name=kdepimlibs
version=4.5.0
release=1

source=( ftp://ftp.kde.org/pub/kde/stable/$version/src/$name-$version.tar.bz2)

build() {
	cd $name-$version
	mkdir build
	cd build
	cmake ../ -DCMAKE_INSTALL_PREFIX=/usr
	make -j3
	make DESTDIR=$PKG install
	rm -r $PKG/usr/share/doc
}