diff options
Diffstat (limited to 'kde/kdebindings/Pkgfile')
-rwxr-xr-x | kde/kdebindings/Pkgfile | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/kde/kdebindings/Pkgfile b/kde/kdebindings/Pkgfile deleted file mode 100755 index e5cb8666b..000000000 --- a/kde/kdebindings/Pkgfile +++ /dev/null @@ -1,32 +0,0 @@ -# Description: Pour écrire des applications KDE dans différents langages -# URL: http://www.kde.org -# Maintainer: NuTyX packager team -# Packager: lesibel at free dot fr -# Depends on: cmake, qt, kdelibs, kdepimlibs, kdegraphics, qscintilla, ruby, pyqt -# Run on: ruby,kdepim-runtime,kdegraphics,qscintilla - -name=kdebindings -version=4.6.1 -release=1 -_pydir=python2.7 -_pybin=python2 - -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 \ - -DWITH_PolkitQt=ON \ - -DPYTHON_EXECUTABLE=/usr/bin/${_pybin} \ - -DPYTHON_INCLUDE_DIR=/usr/include/${_pydir} \ - -DPYTHON_LIBRARY=/usr/lib/lib${_pydir}.so \ - -DRUBY_INCLUDE_DIRS="/usr/include/ruby-1.9.1 /usr/include/ruby-1.9.1/`uname -m`-linux" - - make - make DESTDIR=$PKG install -} - |