summaryrefslogtreecommitdiffstats
path: root/kde3/kdenetwork3/Pkgfile
blob: 4e9257d6ca21f60f3101a99d79c0e1cc5add48b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Description: Applications incluent clients pour chat, PPP, news, instant messages, et programmes similaires pour KDE 3
# URL: http://kde.org
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: kdebase3, gnupg1, gnutls, wireless_tools, ortp, meanwhile, libgadu, openslp

name=kdenetwork3
version=3.5.10
release=2
source=(ftp://ftp.kde.org/pub/kde/stable/$version/src/kdenetwork-$version.tar.bz2 \
	http://nutyx.meticul.eu/files/patchs/$name/kdenetwork-3.5.10-gcc44-1.patch )
build() {
	source /etc/blfs-bootscripts
        wget http://www.linuxfromscratch.org/blfs/downloads/svn/$scripts-$scriptsversion.tar.bz2
        tar xvf $scripts-$scriptsversion.tar.bz2
	cd $scripts-$scriptsversion	
	make DESTDIR=$PKG install-lisa
	cd ../kdenetwork-$version
	patch -Np1 -i ../kdenetwork-3.5.10-gcc44-1.patch
	export DO_NOT_COMPILE=kopete	
	./configure --prefix=/opt/kde \
		--disable-debug \
                --disable-dependency-tracking \
		--enable-jingle \
		--enable-final
	make
        make DESTDIR=$PKG install
	rm -rf $PKG/opt/kde/share/doc
}