15 lines
390 B
Plaintext
15 lines
390 B
Plaintext
# Tanım: Python3 derleme sistemi
|
||
# URL: https://launchpad.net/python-distutils-extra
|
||
# Paketçi: milisarge
|
||
# Gerekler: python3 python3-setuptools intltool
|
||
|
||
isim=python3-distutils-extra
|
||
surum=2.40
|
||
devir=1
|
||
kaynak=(https://launchpad.net/ubuntu/+archive/primary/+files/python-distutils-extra_2.40.tar.xz)
|
||
|
||
derle() {
|
||
cd python-distutils-extra-$surum
|
||
python3 setup.py install --root="$PKG/"
|
||
}
|