milis/talimatname/genel/scons/talimat

17 lines
492 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.

# Description: SCons, Açık Kaynaklı bir yazılım geliştirme aracı, yani yeni nesil bir yapı aracıdır.
# URL: http://scons.org
# Packager: milisarge
# Depends on: python
name=scons
version=2.4.1
release=1
source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz)
build ()
{
cd $name-$version
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/$name/LICENSE
}