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

23 lines
600 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: C ve C ++ kitaplıkları için Python bağlamaları oluşturmayı kolaylaştıran bir araç
# URL: http://www.riverbankcomputing.co.uk/software/sip/intro
# Paketçi: alihan-ozturk28@hotmail.com
# Gerekler: python
isim=python-sip
surum=4.18.1
devir=1
kaynak=(http://sourceforge.net/projects/pyqt/files/sip/sip-$surum/sip-$surum.tar.gz )
derle() {
cd sip-$surum
python2 configure.py -b /usr/bin \
-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
}