summaryrefslogtreecommitdiffstats
path: root/kde/konversation/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'kde/konversation/Pkgfile')
-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
+}
+