void-packages/srcpkgs/scons/template

30 lines
949 B
Text
Raw Normal View History

2011-07-13 10:24:00 +00:00
# Template file for 'scons'
pkgname=scons
2013-08-17 08:47:01 +00:00
version=2.3.0
revision=1
2011-07-13 10:24:00 +00:00
build_style=python-module
2013-08-17 08:47:01 +00:00
hostmakedepends="python"
make_install_args="--standard-lib --install-data=/usr/share"
short_desc="A software construction tool"
2011-07-13 10:24:00 +00:00
maintainer="davehome <davehome@redthumb.info.tm>"
homepage="http://www.scons.org/"
license="MIT"
distfiles="http://prdownloads.sourceforge.net/$pkgname/$pkgname-$version.tar.gz"
2013-08-17 08:47:01 +00:00
checksum=9442069999cf4b2caa94a5886ab4c2c71de1718ed5e9176c18e2b6dbca463b4b
2011-07-13 10:24:00 +00:00
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.
2011-07-13 10:24:00 +00:00
SCons is implemented as a Python script and set of modules, and SCons
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."
scons_package() {
depends="python"
noarch="yes"
2013-08-17 08:47:01 +00:00
pycompile_module="SCons"
pkg_install() {
vmove usr
}
}