summaryrefslogtreecommitdiffstats
path: root/kde/kdeadmin/Pkgfile
blob: 0c6955743fac88da0b1d244809a53098eb928f80 (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
# Description: programmes pour gérer les utilisateurs, initialisation de fichiers, programateur de taches, et connections réseaux pour KDE
# URL: http://www.kde.org
# Maintainer: NuTyX packager team
# Packager: lesibel at free dot fr
# Depends on: cmake, automoc4, kdepimlibs, kdebindings, desktop-file-utils, system-config-printer, docbook-xsl, pycups, pyqt
# Run on: kdelibs,kdebase-runtime,kdepimlibs,pycups,pyqt,system-config-printer

name=kdeadmin
version=4.6.3
release=1
source=( ftp://ftp.kde.org/pub/kde/stable/$version/src/$name-$version.tar.bz2)

build() {
	cd $name-*
	mkdir build
	cd build
	cmake ../ -DCMAKE_INSTALL_PREFIX=/usr \
		-DCMAKE_BUILD_TYPE=Release \
		-DCMAKE_SKIP_RPATH=ON \
		-DKDE_DEFAULT_HOME=.kde \
                -DSYSCONF_INSTALL_DIR=/etc/kde 
	make
	make DESTDIR=$PKG install
}