summaryrefslogtreecommitdiffstats
path: root/kopete/Pkgfile
blob: 69c954917bb1f9a93ba5a65637704accce4b73d5 (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: kdenetwork, Messagerie instantannée pour KDE4
# URL: http://www.kde.org
# Maintainer: KDE Project : https://projects.kde.org/projects/kde
# Packager: lesibel at free dot fr
# Depends on: cmake,automoc4,boost,kdepimlibs,kde-workspace,kde-baseapps,speex,ortp,libotr,qca,libktorrent,libvncserver,libmsn,ppp,rdesktop,xorg-libxdamage,libgadu,v4l-utils,consolekit,libmms,telepathy-qt,mediastreamer,meanwhile
# Run on: kdepimlibs,kde-workspace,kde-baseapps,speex,ortp,libotr,qca,libktorrent,libvncserver,libmsn,ppp,rdesktop,xorg-libxdamage,telepathy-qt,libgadu,v4l-utils,consolekit,libmms,telepathy-qt,mediastreamer,meanwhile

name=kopete
_name=kdenetwork
version=4.9.0
release=2
source=(ftp://ftp.kde.org/pub/kde/stable/$version/src/${_name}-$version.tar.xz )

build() {
	cd ${_name}-$version
	mkdir build
	cd build
	cmake ../ -DCMAKE_INSTALL_PREFIX=/usr \
		-DCMAKE_BUILD_TYPE=Release \
		-DCMAKE_SKIP_RPATH=ON \
		-DMOZPLUGIN_INSTALL_DIR=/usr/lib/mozilla/plugins/ \
		-DWITH_Xmms=OFF \
		-DBUILD_kget=OFF -DBUILD_krdc=OFF -DBUILD_krfb=OFF \
		-DBUILD_filesharing=OFF -DBUILD_kdnssd=OFF -DBUILD_kppp=OFF \
		-DKDE_DEFAULT_HOME=.kde \
                -DSYSCONF_INSTALL_DIR=/etc
	make 
	make DESTDIR=$PKG install
}