summaryrefslogtreecommitdiffstats
path: root/extra/konversation/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 17:39:47 +0200
committertnut <tnut at nutyx dot com>2011-10-15 17:39:47 +0200
commit573674b5fd9bbb3759ca4fdd6a0daeef5a6aea77 (patch)
tree34ee59100884277240d6788ac4b9d84fe11b6477 /extra/konversation/Pkgfile
parentb5ae076e223c5ed338b1ecd4d2659626f579c072 (diff)
downloadnutyx-extra-573674b5fd9bbb3759ca4fdd6a0daeef5a6aea77.tar.gz
nutyx-extra-573674b5fd9bbb3759ca4fdd6a0daeef5a6aea77.tar.bz2
nutyx-extra-573674b5fd9bbb3759ca4fdd6a0daeef5a6aea77.tar.xz
nutyx-extra-573674b5fd9bbb3759ca4fdd6a0daeef5a6aea77.zip
konversation dans extra
Diffstat (limited to 'extra/konversation/Pkgfile')
-rw-r--r--extra/konversation/Pkgfile21
1 files changed, 21 insertions, 0 deletions
diff --git a/extra/konversation/Pkgfile b/extra/konversation/Pkgfile
new file mode 100644
index 000000000..b9b22478e
--- /dev/null
+++ b/extra/konversation/Pkgfile
@@ -0,0 +1,21 @@
+# Description: Client irc pour KDE
+# URL: http://www.kde.org
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: kde-runtime, kdepimlibs
+# Run on: kde-runtime,kdepimlibs
+
+name=konversation
+version=1.3.1
+release=1
+source=(ftp://kde.mirrors.pair.com/stable/$name/$version/src/$name-$version.tar.bz2)
+
+build() {
+ cd $name-$version
+ mkdir build
+ cd build
+ cmake ../ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+ make DESTDIR=$PKG install
+}
+