mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
scons: update to 4.4.0
This commit is contained in:
parent
8ad874c780
commit
26fee1fc67
1 changed files with 8 additions and 7 deletions
|
@ -1,18 +1,19 @@
|
||||||
# Template file for 'scons'
|
# Template file for 'scons'
|
||||||
pkgname=scons
|
pkgname=scons
|
||||||
version=4.0.1
|
version=4.4.0
|
||||||
revision=3
|
revision=1
|
||||||
wrksrc="SCons-${version}"
|
wrksrc="SCons-${version}"
|
||||||
build_style=python3-module
|
build_style="python3-module"
|
||||||
|
make_install_args="--install-data=/usr/share/man/man1/"
|
||||||
hostmakedepends="python3 python3-setuptools"
|
hostmakedepends="python3 python3-setuptools"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
short_desc="Software construction tool"
|
short_desc="Software construction tool"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Wilson Birney <wpb@360scada.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://www.scons.org/"
|
homepage="https://www.scons.org/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/SCons/scons/releases/download/${version}/SCons-${version}.tar.gz"
|
||||||
checksum=722ed104b5c624ecdc89bd4e02b094d2b14d99d47b5d0501961e47f579a2007c
|
checksum=7703c4e9d2200b4854a31800c1dbd4587e1fa86e75f58795c740bcfa7eca7eaa
|
||||||
|
make_check=no #SCons dist tarballs do not have tests, confirmed with SCons dev
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue