summaryrefslogtreecommitdiffstats
path: root/extra/konversation/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/konversation/Pkgfile')
-rw-r--r--extra/konversation/Pkgfile21
1 files changed, 0 insertions, 21 deletions
diff --git a/extra/konversation/Pkgfile b/extra/konversation/Pkgfile
deleted file mode 100644
index c4afd811d..000000000
--- a/extra/konversation/Pkgfile
+++ /dev/null
@@ -1,21 +0,0 @@
-# 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.4
-release=1
-source=(ftp://kde.mirrors.pair.com/stable/$name/$version/src/$name-$version.tar.xz)
-
-build() {
- cd $name-$version
- mkdir build
- cd build
- cmake ../ -DCMAKE_INSTALL_PREFIX=/usr
- make
- make DESTDIR=$PKG install
-}
-