summaryrefslogtreecommitdiffstats
path: root/extra/sip/Pkgfile
blob: 566613605734f757393e0770f2ff469295881ce3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Description: Outil permettant de facilement créer des connecteurs Python pour C et C++
# URL: http://www.riverbankcomputing.co.uk/software/sip/intro
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: python

name=sip
version=4.10.2
release=1
source=(http://www.riverbankcomputing.com/static/Downloads/sip4/$name-$version.tar.gz)

build() {
	cd $name-$version
	python configure.py -b /usr/bin \
	-d /usr/lib/python2.6/site-packages \
	-e /usr/include/python2.6 \
	-v /usr/share/sip
	make
	make DESTDIR=$PKG install
	chmod 644 $PKG/usr/lib/python2.6/site-packages/sipdistutils.py
}