2011-07-13 10:24:00 +00:00
|
|
|
# Template file for 'scons'
|
|
|
|
pkgname=scons
|
|
|
|
version=2.0.1
|
2011-11-15 14:07:47 +00:00
|
|
|
revision=2
|
2011-07-13 10:24:00 +00:00
|
|
|
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
|
2011-10-05 14:42:03 +00:00
|
|
|
classic Make build tool that we all know and love.
|
2011-07-13 10:24:00 +00:00
|
|
|
|
|
|
|
SCons is implemented as a Python script and set of modules, and SCons
|
2011-10-05 14:42:03 +00:00
|
|
|
configuration files are actually executed as Python scripts. This gives
|
2011-07-13 10:24:00 +00:00
|
|
|
SCons many powerful capabilities not found in other software build tools."
|
|
|
|
|
2011-11-15 14:07:47 +00:00
|
|
|
noarch=yes
|
2011-10-05 14:42:03 +00:00
|
|
|
pycompile_dirs="usr/lib/scons-$version/SCons"
|
2011-11-15 14:07:47 +00:00
|
|
|
Add_dependency full python
|
2011-10-05 14:42:03 +00:00
|
|
|
|
2011-11-15 14:07:47 +00:00
|
|
|
post_install() {
|
|
|
|
vmkdir usr/share
|
|
|
|
mv ${DESTDIR}/usr/man ${DESTDIR}/usr/share
|
|
|
|
}
|