summaryrefslogtreecommitdiffstats
path: root/kde3/kdeadmin3/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-02-10 16:44:24 +0100
committertnut <thierryn1 at hispeed dot ch>2011-02-10 16:44:24 +0100
commit0ced19673687426364db0a20d2dc1c215e752c0f (patch)
tree88a9535a7d350322e55fc3b8b02c4162b2c64ccc /kde3/kdeadmin3/Pkgfile
parentc0f1c161cd53f60f384ec577198c7075ae00e35d (diff)
downloadnutyx-extra-0ced19673687426364db0a20d2dc1c215e752c0f.tar.gz
nutyx-extra-0ced19673687426364db0a20d2dc1c215e752c0f.tar.bz2
nutyx-extra-0ced19673687426364db0a20d2dc1c215e752c0f.tar.xz
nutyx-extra-0ced19673687426364db0a20d2dc1c215e752c0f.zip
kde3, suppression des ports
Diffstat (limited to 'kde3/kdeadmin3/Pkgfile')
-rwxr-xr-xkde3/kdeadmin3/Pkgfile24
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
-}