summaryrefslogtreecommitdiffstats
path: root/extra/kvirc/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/kvirc/Pkgfile')
-rwxr-xr-xextra/kvirc/Pkgfile21
1 files changed, 21 insertions, 0 deletions
diff --git a/extra/kvirc/Pkgfile b/extra/kvirc/Pkgfile
new file mode 100755
index 000000000..3aceb15c2
--- /dev/null
+++ b/extra/kvirc/Pkgfile
@@ -0,0 +1,21 @@
+# Description: Client IRC sous Qt
+# URL: http://www.kvirc.net
+# Maintainer: NuTyX packager team
+# Packager: lesibel at free dot fr
+# Depends on: cmake, esound, qt, python
+
+name=kvirc
+version=4.0.2
+release=1
+source=(ftp://ftp.kvirc.de/pub/$name/$version/source/$name-$version.tar.bz2)
+
+build() {
+ cd $name-$version
+ cmake -DWANT_KDE4=OFF \
+ -DWANT_PERL=ON \
+ -DWANT_PHONON=OFF \
+ -DCMAKE_INSTALL_PREFIX=/usr .
+ make
+ make DESTDIR=$PKG install
+}
+