summaryrefslogtreecommitdiffstats
path: root/kde/kdeadmin/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-23 21:00:35 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-23 21:00:35 +0200
commit72b5cfbf049608eaeb28eb35bbcabfbf7257b1bf (patch)
tree54ba5a5a1501aca855b4c9c362977bf36edbcfc7 /kde/kdeadmin/Pkgfile
parent04a12e09282e2ea1e6889bd5f009aa2afee099b1 (diff)
downloadnutyx-pakxe-72b5cfbf049608eaeb28eb35bbcabfbf7257b1bf.tar.gz
nutyx-pakxe-72b5cfbf049608eaeb28eb35bbcabfbf7257b1bf.tar.bz2
nutyx-pakxe-72b5cfbf049608eaeb28eb35bbcabfbf7257b1bf.tar.xz
nutyx-pakxe-72b5cfbf049608eaeb28eb35bbcabfbf7257b1bf.zip
Ajout de kdeadmin#4.3.0-1
Diffstat (limited to 'kde/kdeadmin/Pkgfile')
-rwxr-xr-xkde/kdeadmin/Pkgfile23
1 files changed, 23 insertions, 0 deletions
diff --git a/kde/kdeadmin/Pkgfile b/kde/kdeadmin/Pkgfile
new file mode 100755
index 000000000..6a289bbc8
--- /dev/null
+++ b/kde/kdeadmin/Pkgfile
@@ -0,0 +1,23 @@
+# 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: kdelibs, kdebase-runtime, kdepimlibs
+
+name=kdeadmin
+version=4.3.0
+release=1
+source=(http://download.kde.org/stable/$version/src/$name-$version.tar.bz2\
+ nutyx-2008.patch)
+build() {
+ cd $name-$version
+ patch -Np1 -i ../nutyx-2008.patch
+ mkdir build
+ cd build
+ cmake ../ -DCMAKE_INSTALL_PREFIX=$KDE_PREFIX \
+ -Dscriptsdir=$KDE_PREFIX/share/apps/knetworkconf/backends \
+ -DBUILD_doc=OFF
+ make -j3
+ make DESTDIR=$PKG install
+}
+