summaryrefslogtreecommitdiffstats
path: root/kde/kdenetwork/Pkgfile
blob: 8ea3cd9f4e9ea131d33ef5b8122926c31d2d98f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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.4.81svn1131245
release=1
#source=(ftp://ftp.kde.org/pub/kde/unstable/$version/src/$name-$version.tar.bz2 )
source=(ftp://ftp.kde.org/pub/kde/unstable/4.4.81/src/$name-4.4.81svn1131245.tar.bz2)

build() {
	cd $name-$version
	mkdir build
	cd build
	cmake ../ -DCMAKE_INSTALL_PREFIX=/usr \
	-DBUILD_doc=OFF
	make -j3
	make DESTDIR=$PKG install
}