summaryrefslogtreecommitdiffstats
path: root/kde/konversation
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-09-04 19:48:27 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-09-04 19:48:27 +0200
commite005dc65ca5fd98b3384e0d1842aac1b67f0b282 (patch)
tree4c09898c0651e0a738fa712f86c6bf6bf74570df /kde/konversation
parenta4f5dc31efd8b8e9d9d57c95c58e2f6584da50c6 (diff)
downloadnutyx-pakxe-e005dc65ca5fd98b3384e0d1842aac1b67f0b282.tar.gz
nutyx-pakxe-e005dc65ca5fd98b3384e0d1842aac1b67f0b282.tar.bz2
nutyx-pakxe-e005dc65ca5fd98b3384e0d1842aac1b67f0b282.tar.xz
nutyx-pakxe-e005dc65ca5fd98b3384e0d1842aac1b67f0b282.zip
Ajout de konversation#1.2-alpha6-1
Diffstat (limited to 'kde/konversation')
-rw-r--r--kde/konversation/Pkgfile20
1 files changed, 20 insertions, 0 deletions
diff --git a/kde/konversation/Pkgfile b/kde/konversation/Pkgfile
new file mode 100644
index 000000000..418f9cd54
--- /dev/null
+++ b/kde/konversation/Pkgfile
@@ -0,0 +1,20 @@
+# Description: Client irc pour KDE
+# URL: http://www.kde.org
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: kdelibs, kdebase-runtime
+
+name=konversation
+version=1.2-alpha6
+release=1
+source=(http://download.berlios.de/$name/$name-$version.tar.bz2)
+
+build() {
+ cd $name-$version
+ mkdir build
+ cd build
+ cmake ../ -DCMAKE_INSTALL_PREFIX=$KDE_PREFIX
+ make -j3
+ make DESTDIR=$PKG install
+}
+