milis/talimatname/genel/p/python-sip/talimat

23 lines
600 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: C ve C ++ kitaplıkları için Python bağlamaları oluşturmayı kolaylaştıran bir araç
2016-02-24 01:27:23 +01:00
# URL: http://www.riverbankcomputing.co.uk/software/sip/intro
2017-10-27 20:46:27 +02:00
# Paketçi: alihan-ozturk28@hotmail.com
# Gerekler: python
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
isim=python-sip
surum=4.18.1
devir=1
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
kaynak=(http://sourceforge.net/projects/pyqt/files/sip/sip-$surum/sip-$surum.tar.gz )
2016-02-24 01:27:23 +01:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd sip-$surum
2016-11-13 01:08:33 +01:00
python2 configure.py -b /usr/bin \
2016-02-24 01:27:23 +01:00
-d /usr/lib/python2.7/site-packages \
-e /usr/include/python2.7 \
-v /usr/share/sip
make
make DESTDIR=$PKG install
chmod 644 $PKG/usr/lib/python2.7/site-packages/sipdistutils.py
}