diff options
Diffstat (limited to 'kde3/kdeadmin3/Pkgfile')
-rwxr-xr-x | kde3/kdeadmin3/Pkgfile | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/kde3/kdeadmin3/Pkgfile b/kde3/kdeadmin3/Pkgfile deleted file mode 100755 index 53ae8c0bd..000000000 --- a/kde3/kdeadmin3/Pkgfile +++ /dev/null @@ -1,24 +0,0 @@ -# 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=2 -source=(ftp://ftp.lip6.fr/pub/X11/kde/stable/$version/src/kdeadmin-$version.tar.bz2 \ - http://nutyx.meticul.eu/files/patchs/$name/kdedmin-3.5.10-nutyx-1.patch) -build() { - cd kdeadmin-$version - patch -Np1 -i ../kdedmin-3.5.10-nutyx-1.patch - export DO_NOT_COMPILE=kpackage - ./configure --prefix=/opt/kde \ - --disable-debug \ - --without-rpm \ - --with-shadow \ - --disable-dependency-tracking \ - --enable-final - make - make DESTDIR=$PKG install -} |