summaryrefslogtreecommitdiffstats
path: root/kde/kdebindings/Pkgfile
blob: 1f03e85258346545576ba07086d82bde2afe9fb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# 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: ruby, kdepim-runtime, kdegraphics, qscintilla
# Run on: ruby,kdepim-runtime,kdegraphics,qscintilla

name=kdebindings
version=4.6.0
release=1
_pydir=python2.7

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

	make
	make DESTDIR=$PKG install
}