summaryrefslogtreecommitdiffstats
path: root/kdnssd/Pkgfile
blob: 80762f5d8c68a59f1690916f4d8748d559b44770 (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, Moniteur de réseaux pour les services DNS-SD
# URL: http://www.kde.org
# Maintainer: NuTyX packager team
# 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,mobipocket
# 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,mobipocket

name=kdnssd
_name=kdenetwork
version=4.7.4
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 \
		-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_strigi-analyser=OFF \
		-DBUILD_kopete=OFF -DBUILD_filesharing=OFF -DBUILD_kppp=OFF \
		-DKDE_DEFAULT_HOME=.kde \
                -DSYSCONF_INSTALL_DIR=/etc
	make 
	make DESTDIR=$PKG install
}