milis/talimatname/genel/python3-sip/talimat

23 lines
604 B
Plaintext
Raw Normal View History

2016-02-24 01:27:23 +01:00
# Description: A tool that makes it easy to create Python bindings for C and C++ libraries
# URL: http://www.riverbankcomputing.co.uk/software/sip/intro
2016-11-13 01:08:33 +01:00
# Packager: alihan-ozturk28@hotmail.com
# Depends on: python3
2016-02-24 01:27:23 +01:00
2016-11-13 01:08:33 +01:00
name=python3-sip
version=4.18.1
2016-02-24 01:27:23 +01:00
release=1
source=(http://sourceforge.net/projects/pyqt/files/sip/sip-$version/sip-$version.tar.gz )
build() {
2016-11-13 01:08:33 +01:00
cd sip-$version
python3 configure.py -b /usr/bin \
-d /usr/lib/python3.5/site-packages \
-e /usr/include/python3.5* \
2016-02-24 01:27:23 +01:00
-v /usr/share/sip
make
make DESTDIR=$PKG install
2016-11-13 01:08:33 +01:00
chmod 644 $PKG/usr/lib/python3.5/site-packages/sipdistutils.py
2016-02-24 01:27:23 +01:00
}