summaryrefslogtreecommitdiffstats
path: root/kde/kdenetwork/Pkgfile
blob: c4314c8da301242c9046a468f494b2102c734e11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Description: Applications incluent clients pour chat, PPP, news, instant messages, et programmes similaires pour KDE4
# URL: http://www.kde.org
# Maintainer: NuTyX packager team
# Packager: lesibel at free dot fr
# Depends on: kdebase-runtime, qca, tapioca-qt, libotr, libmsn, libvncserver, ortp, meanwhile, rdesktop

name=kdenetwork
version=4.3.1
release=1
source=(http://download.kde.org/stable/$version/src/$name-$version.tar.bz2)
build() {
	cd $name-$version
	mkdir build
	cd build
	cmake ../ -DCMAKE_INSTALL_PREFIX=$KDE_PREFIX \
	-DBUILD_doc=OFF
	make -j3
	make DESTDIR=$PKG install
}