summaryrefslogtreecommitdiffstats
path: root/kde/kdenetwork/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'kde/kdenetwork/Pkgfile')
-rwxr-xr-xkde/kdenetwork/Pkgfile20
1 files changed, 20 insertions, 0 deletions
diff --git a/kde/kdenetwork/Pkgfile b/kde/kdenetwork/Pkgfile
new file mode 100755
index 000000000..2039ea6b3
--- /dev/null
+++ b/kde/kdenetwork/Pkgfile
@@ -0,0 +1,20 @@
+# Description: Applications incluent clients pour chat, PPP, news, instant messages, et programmes similaires pour KDE4
+# URL: http://www.kde.org
+# Maintainer: NuTyX packager team
+# Packager: lesibel at free dot fr
+# Depends on: kdebase-runtime, qca, tapioca-qt, libotr, libmsn, libvncserver, ortp, meanwhile, rdesktop
+
+name=kdenetwork
+version=4.3.0
+release=1
+source=(http://download.kde.org/stable/$version/src/$name-$version.tar.bz2)
+build() {
+ cd $name-$version
+ mkdir build
+ cd build
+ cmake ../ -DCMAKE_INSTALL_PREFIX=$KDE_PREFIX \
+ -DBUILD_doc=OFF
+ make -j3
+ make DESTDIR=$PKG install
+}
+