talimat 492 B

1234567891011121314151617
  1. # Description: SCons, Açık Kaynaklı bir yazılım geliştirme aracı, yani yeni nesil bir yapı aracıdır.
  2. # URL: http://scons.org
  3. # Packager: milisarge
  4. # Depends on: python
  5. name=scons
  6. version=2.4.1
  7. release=1
  8. source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz)
  9. build ()
  10. {
  11. cd $name-$version
  12. python2 setup.py install --standard-lib --prefix=/usr --install-data=/usr/share --root=$PKG --optimize=1;
  13. install -D -m644 LICENSE.txt $PKG/usr/share/licenses/$name/LICENSE
  14. }