scons: update to 3.0.2
This commit is contained in:
parent
bd8a641c6e
commit
d7b09efbd3
|
@ -1,20 +1,22 @@
|
|||
# Template file for 'scons'
|
||||
pkgname=scons
|
||||
version=3.0.1
|
||||
version=3.0.2
|
||||
revision=1
|
||||
build_style=python2-module
|
||||
hostmakedepends="python"
|
||||
depends="python"
|
||||
noarch="yes"
|
||||
pycompile_module="SCons"
|
||||
make_install_args="--standard-lib --install-data=/usr/share"
|
||||
short_desc="A software construction tool"
|
||||
pycompile_module="SCons"
|
||||
hostmakedepends="python python-setuptools"
|
||||
depends="python"
|
||||
short_desc="Software construction tool"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://www.scons.org/"
|
||||
license="MIT"
|
||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
||||
checksum=24475e38d39c19683bc88054524df018fe6949d70fbd4c69e298d39a0269f173
|
||||
homepage="https://www.scons.org/"
|
||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz
|
||||
https://raw.githubusercontent.com/SCons/scons/master/LICENSE>LICENSE.txt"
|
||||
checksum="d0afcf8f4c2ea5fa7af3c9321c0cb3ea1c83d137196be10c4cb2c79cc5dade01
|
||||
159d5c59118f24519f12d39a129ee0dba4a601f8a41b8de324d399005aba6eb6"
|
||||
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.txt
|
||||
vlicense ../LICENSE.txt
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue