summaryrefslogtreecommitdiffstats
path: root/kde/kdenetwork/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'kde/kdenetwork/Pkgfile')
-rwxr-xr-xkde/kdenetwork/Pkgfile29
1 files changed, 0 insertions, 29 deletions
diff --git a/kde/kdenetwork/Pkgfile b/kde/kdenetwork/Pkgfile
deleted file mode 100755
index 2e5ccdb0f..000000000
--- a/kde/kdenetwork/Pkgfile
+++ /dev/null
@@ -1,29 +0,0 @@
-# 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: cmake,automoc4,boost,kdepimlibs,kde-workspace,kde-baseapps,speex,ortp,libotr,qca,libktorrent,libvncserver,libmsn,ppp,rdesktop,xorg-libxdamage,libgadu,v4l-utils,consolekit,libmms,mobipocket
-
-# Run on: kdepimlibs,kde-workspace,kde-baseapps,speex,ortp,libotr,qca,libktorrent,libvncserver,libmsn,ppp,rdesktop,xorg-libxdamage,telepathy-qt,libgadu,v4l-utils,consolekit,libmms,mobipocket
-
-name=kdenetwork
-version=4.7.0
-release=1
-source=(ftp://ftp.kde.org/pub/kde/stable/$version/src/$name-$version.tar.bz2 )
-
-build() {
- cd $name-*
- mkdir build
- cd build
- cmake ../ -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_SKIP_RPATH=ON \
- -DKDE_DEFAULT_HOME=.kde \
- -DSYSCONF_INSTALL_DIR=/etc
- make
- make DESTDIR=$PKG install
-
- find $PKG -name '*.py' | xargs sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|'
-}
-
-