summaryrefslogtreecommitdiffstats
path: root/kdnssd/Pkgfile
blob: 90987280e6995c7e2322d0c296646c1082a15800 (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
# Description: kdenetwork, Moniteur de réseaux pour les services DNS-SD
# 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
# 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

name=kdnssd
_name=kdenetwork
version=4.9.0
release=1
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 \
		-DBUILD_kget=OFF -DBUILD_krdc=OFF -DBUILD_krfb=OFF \
		-DBUILD_kopete=OFF -DBUILD_filesharing=OFF -DBUILD_kppp=OFF \
		-DKDE_DEFAULT_HOME=.kde \
                -DSYSCONF_INSTALL_DIR=/etc
	make 
	make DESTDIR=$PKG install
}