milis/talimatname/genel/p/python3-distutils-extra/talimat

15 lines
390 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Python3 derleme sistemi
2017-08-26 15:24:33 +02:00
# URL: https://launchpad.net/python-distutils-extra
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: python3 python3-setuptools intltool
2017-08-26 15:24:33 +02:00
2017-10-28 14:10:23 +02:00
isim=python3-distutils-extra
surum=2.40
devir=1
kaynak=(https://launchpad.net/ubuntu/+archive/primary/+files/python-distutils-extra_2.40.tar.xz)
2017-08-26 15:24:33 +02:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd python-distutils-extra-$surum
2017-08-26 15:24:33 +02:00
python3 setup.py install --root="$PKG/"
}