milis/talimatname/genel/s/scons/talimat

18 lines
496 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: SCons, Açık Kaynaklı bir yazılım geliştirme aracı, yani yeni nesil bir yapı aracıdır.
# URL: http://scons.org
# Paketçi: milisarge
# Gerekler: python
# Grup: geliştirme
isim=scons
surum=2.4.1
devir=1
kaynak=(http://downloads.sourceforge.net/$isim/$isim-$surum.tar.gz)
derle()
{
cd $isim-$surum
python2 setup.py install --standard-lib --prefix=/usr --install-data=/usr/share --root=$PKG --optimize=1;
install -D -m644 LICENSE.txt $PKG/usr/share/licenses/$isim/LICENSE
}