# 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, kdepimlibs, qimageblitz, qca, libotr, libmsn, libvncserver, ortp, meanwhile, rdesktop, telepathy-qt, libgadu, libv4l

name=kdenetwork
version=4.5.1
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 \
	-DBUILD_doc=OFF
	make 
	make DESTDIR=$PKG install
}