summaryrefslogtreecommitdiffstats
path: root/kde3/kdeadmin3/Pkgfile
blob: 1194fabb5b86da74c1b2658319775308d5ed87fd (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
# Description: Programmes pour gérer les utilisateurs, initialisation de fichiers, programateur de tâches, et connections réseaux pour KDE
# URL: http://kde.org 
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: kdebase3

name=kdeadmin3
version=3.5.10
release=1
group=kde3
source=(ftp://ftp.lip6.fr/pub/X11/kde/stable/$version/src/kdeadmin-$version.tar.bz2)

build() {
	cd kdeadmin-$version
	./configure --prefix=/opt/kde \
                --disable-debug \
		--without-rpm \
		--with-shadow \
		DO_NOT_COMPILE="ksysv kpackage" \
                --disable-dependency-tracking \
		--enable-final
	make -j2
	make DESTDIR=$PKG install
	rm -rf $PKG/$KDE3_PREFIX/share/doc
}