mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
scons: update to 2.3.0.
This commit is contained in:
parent
d781ad1f44
commit
53416168b9
1 changed files with 7 additions and 11 deletions
|
@ -1,15 +1,16 @@
|
||||||
# Template file for 'scons'
|
# Template file for 'scons'
|
||||||
pkgname=scons
|
pkgname=scons
|
||||||
version=2.0.1
|
version=2.3.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
makedepends="python"
|
hostmakedepends="python"
|
||||||
short_desc="SCons, a software construction tool"
|
make_install_args="--standard-lib --install-data=/usr/share"
|
||||||
|
short_desc="A software construction tool"
|
||||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||||
homepage="http://www.scons.org/"
|
homepage="http://www.scons.org/"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="http://prdownloads.sourceforge.net/$pkgname/$pkgname-$version.tar.gz"
|
distfiles="http://prdownloads.sourceforge.net/$pkgname/$pkgname-$version.tar.gz"
|
||||||
checksum=0a8151da41c4a26c776c84f44f747ce03e093d43be3e83b38c14a76ab3256762
|
checksum=9442069999cf4b2caa94a5886ab4c2c71de1718ed5e9176c18e2b6dbca463b4b
|
||||||
long_desc="
|
long_desc="
|
||||||
SCons is a software construction tool—that is, a superior alternative to the
|
SCons is a software construction tool—that is, a superior alternative to the
|
||||||
classic Make build tool that we all know and love.
|
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
|
configuration files are actually executed as Python scripts. This gives
|
||||||
SCons many powerful capabilities not found in other software build tools."
|
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() {
|
scons_package() {
|
||||||
depends="python"
|
depends="python"
|
||||||
noarch="yes"
|
noarch="yes"
|
||||||
pycompile_dirs="usr/lib/scons-2.0.1/SCons"
|
pycompile_module="SCons"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove usr
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue