2018-06-09 00:06:58 +02:00
|
|
|
|
# Tanım: Python derleme sistemi
|
|
|
|
|
# URL: https://launchpad.net/python-distutils-extra
|
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: python python-setuptools intltool
|
2018-07-31 15:24:33 +02:00
|
|
|
|
# Grup: geliştirme
|
2018-06-09 00:06:58 +02:00
|
|
|
|
|
|
|
|
|
isim=python-distutils-extra
|
|
|
|
|
surum=2.40
|
|
|
|
|
devir=1
|
|
|
|
|
kaynak=(https://launchpad.net/ubuntu/+archive/primary/+files/python-distutils-extra_2.40.tar.xz)
|
|
|
|
|
|
|
|
|
|
derle() {
|
|
|
|
|
cd $isim-$surum
|
|
|
|
|
python setup.py install --root="$PKG/"
|
|
|
|
|
}
|