diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 17:39:47 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 17:39:47 +0200 |
commit | 2f92e37131a9e0756b5ad80ed65658ba5e28a3a2 (patch) | |
tree | eb8307eb9142a7c143b99ca6bd416709bd9e2928 /extra/krdc/Pkgfile | |
parent | 7e21b49543733c60555ff719406690844d57093f (diff) | |
download | nutyx-pakxe-2f92e37131a9e0756b5ad80ed65658ba5e28a3a2.tar.gz nutyx-pakxe-2f92e37131a9e0756b5ad80ed65658ba5e28a3a2.tar.bz2 nutyx-pakxe-2f92e37131a9e0756b5ad80ed65658ba5e28a3a2.tar.xz nutyx-pakxe-2f92e37131a9e0756b5ad80ed65658ba5e28a3a2.zip |
krdc dans extra
Diffstat (limited to 'extra/krdc/Pkgfile')
-rwxr-xr-x | extra/krdc/Pkgfile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/extra/krdc/Pkgfile b/extra/krdc/Pkgfile new file mode 100755 index 000000000..f4948a44a --- /dev/null +++ b/extra/krdc/Pkgfile @@ -0,0 +1,29 @@ +# Description: Client 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=krdc +_name=kdenetwork +version=4.7.2 +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_krfb=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 +} |