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

22 lines
813 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: python2 django web framework
# URL: https://www.djangoproject.com/
# Paketçi: milisarge
# Gerekler: python-setuptools python
isim=python-django
surum=1.11.2
devir=1
kaynak=(https://pypi.python.org/packages/c0/31/4bffd9183066eea645430114419c30b030b599320da8246701b81c6a78d2/Django-1.11.2.tar.gz)
derle() {
cd Django-$surum
python2 setup.py build
python2 setup.py install --prefix=/usr --root=$PKG --optimize=1
ln -s django-admin.py "$PKG"/usr/bin/django-admin2.py
ln -s django-admin "$PKG"/usr/bin/django-admin2
install -Dm644 extras/django_bash_completion "$PKG"/usr/share/bash-completion/completions/django-admin2.py
ln -s django-admin.py "$PKG"/usr/share/bash-completion/completions/django-admin2
ln -s django-admin.py "$PKG"/usr/share/bash-completion/completions/manage2.py
}