summaryrefslogtreecommitdiffstats
path: root/kde/krfb/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'kde/krfb/Pkgfile')
-rwxr-xr-xkde/krfb/Pkgfile29
1 files changed, 0 insertions, 29 deletions
diff --git a/kde/krfb/Pkgfile b/kde/krfb/Pkgfile
deleted file mode 100755
index 4eb4f83ba..000000000
--- a/kde/krfb/Pkgfile
+++ /dev/null
@@ -1,29 +0,0 @@
-# Description: Serveur pour accès de bureau à distance pour KDE
-# 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=krfb
-_name=kdenetwork
-version=4.7.1
-release=1
-source=(ftp://ftp.kde.org/pub/kde/stable/$version/src/${_name}-$version.tar.bz2 )
-
-build() {
- cd ${_name}-$version
- mkdir build
- cd build
- cmake ../ -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_SKIP_RPATH=ON \
- -DMOZPLUGIN_INSTALL_DIR=/usr/lib/mozilla/plugins/ \
- -DWITH_Xmms=OFF \
- -DBUILD_kget=OFF -DBUILD_kdnssd=OFF -DBUILD_krdc=OFF -DBUILD_strigi-analyser=OFF \
- -DBUILD_kopete=OFF -DBUILD_filesharing=OFF -DBUILD_kppp=OFF \
- -DKDE_DEFAULT_HOME=.kde \
- -DSYSCONF_INSTALL_DIR=/etc
- make
- make DESTDIR=$PKG install
-}