diff options
author | tnut <tnut at nutyx dot com> | 2011-08-01 17:34:16 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-08-01 17:34:16 +0200 |
commit | 66f9c58fcb803f44f7045d15e41150d595e18d2d (patch) | |
tree | 12e2bc0adb29db80f8c2f03a21442c4c186c4d23 /kde/krfb/Pkgfile | |
parent | 73425218174d51465ffd52de90a455e0fe55b6a9 (diff) | |
download | nutyx-extra-66f9c58fcb803f44f7045d15e41150d595e18d2d.tar.gz nutyx-extra-66f9c58fcb803f44f7045d15e41150d595e18d2d.tar.bz2 nutyx-extra-66f9c58fcb803f44f7045d15e41150d595e18d2d.tar.xz nutyx-extra-66f9c58fcb803f44f7045d15e41150d595e18d2d.zip |
ajout de krfb 4.7.0-1
Diffstat (limited to 'kde/krfb/Pkgfile')
-rwxr-xr-x | kde/krfb/Pkgfile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/kde/krfb/Pkgfile b/kde/krfb/Pkgfile new file mode 100755 index 000000000..d41148599 --- /dev/null +++ b/kde/krfb/Pkgfile @@ -0,0 +1,29 @@ +# 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.0 +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 +} |