commit
275f35f3ac
1 changed files with 20 additions and 0 deletions
20
srcpkgs/scons/template
Normal file
20
srcpkgs/scons/template
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Template file for 'scons'
|
||||
pkgname=scons
|
||||
version=2.0.1
|
||||
distfiles="http://prdownloads.sourceforge.net/$pkgname/$pkgname-$version.tar.gz"
|
||||
build_style=python-module
|
||||
short_desc="SCons, a software construction tool"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
homepage="http://www.scons.org/"
|
||||
license="MIT"
|
||||
checksum=0a8151da41c4a26c776c84f44f747ce03e093d43be3e83b38c14a76ab3256762
|
||||
long_desc="
|
||||
SCons is a software construction tool—that is, a superior alternative to the
|
||||
classic "Make" build tool that we all know and love.
|
||||
|
||||
SCons is implemented as a Python script and set of modules, and SCons
|
||||
'configuration files' are actually executed as Python scripts. This gives
|
||||
SCons many powerful capabilities not found in other software build tools."
|
||||
|
||||
Add_dependency run python
|
||||
Add_dependency build python
|
Loading…
Reference in a new issue