scons: update to 2.3.0.
This commit is contained in:
parent
d781ad1f44
commit
53416168b9
|
@ -1,15 +1,16 @@
|
|||
# Template file for 'scons'
|
||||
pkgname=scons
|
||||
version=2.0.1
|
||||
revision=2
|
||||
version=2.3.0
|
||||
revision=1
|
||||
build_style=python-module
|
||||
makedepends="python"
|
||||
short_desc="SCons, a software construction tool"
|
||||
hostmakedepends="python"
|
||||
make_install_args="--standard-lib --install-data=/usr/share"
|
||||
short_desc="A software construction tool"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
homepage="http://www.scons.org/"
|
||||
license="MIT"
|
||||
distfiles="http://prdownloads.sourceforge.net/$pkgname/$pkgname-$version.tar.gz"
|
||||
checksum=0a8151da41c4a26c776c84f44f747ce03e093d43be3e83b38c14a76ab3256762
|
||||
checksum=9442069999cf4b2caa94a5886ab4c2c71de1718ed5e9176c18e2b6dbca463b4b
|
||||
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.
|
||||
|
@ -18,15 +19,10 @@ long_desc="
|
|||
configuration files are actually executed as Python scripts. This gives
|
||||
SCons many powerful capabilities not found in other software build tools."
|
||||
|
||||
post_install() {
|
||||
vmkdir usr/share
|
||||
mv ${DESTDIR}/usr/man ${DESTDIR}/usr/share
|
||||
}
|
||||
|
||||
scons_package() {
|
||||
depends="python"
|
||||
noarch="yes"
|
||||
pycompile_dirs="usr/lib/scons-2.0.1/SCons"
|
||||
pycompile_module="SCons"
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue