summaryrefslogtreecommitdiffstats
path: root/kde/kdenetwork/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-08-01 17:30:04 +0200
committertnut <tnut at nutyx dot com>2011-08-01 17:30:04 +0200
commitd2440b4c010716bb44809f176c9601318b29a319 (patch)
tree0d3d53dd10c48054ece28b53edbeabf217c486d9 /kde/kdenetwork/Pkgfile
parent2eae9bae7ce347b72e68b98d410e78104b78319a (diff)
downloadnutyx-extra-d2440b4c010716bb44809f176c9601318b29a319.tar.gz
nutyx-extra-d2440b4c010716bb44809f176c9601318b29a319.tar.bz2
nutyx-extra-d2440b4c010716bb44809f176c9601318b29a319.tar.xz
nutyx-extra-d2440b4c010716bb44809f176c9601318b29a319.zip
kdenetwork, supprimé
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|'
-}
-
-