mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
scons: leave builddir clean
This commit is contained in:
parent
c819519b8c
commit
9d2eea800e
1 changed files with 4 additions and 3 deletions
|
@ -1,10 +1,11 @@
|
||||||
# Template file for 'scons'
|
# Template file for 'scons'
|
||||||
pkgname=scons
|
pkgname=scons
|
||||||
version=3.1.2
|
version=3.1.2
|
||||||
revision=1
|
revision=2
|
||||||
|
create_wrksrc=yes
|
||||||
|
build_wrksrc="scons-${version}"
|
||||||
build_style=python2-module
|
build_style=python2-module
|
||||||
make_install_args="--standard-lib --install-data=/usr/share"
|
make_install_args="--standard-lib --install-data=/usr/share"
|
||||||
pycompile_module="SCons"
|
|
||||||
hostmakedepends="python python-setuptools"
|
hostmakedepends="python python-setuptools"
|
||||||
depends="python"
|
depends="python"
|
||||||
short_desc="Software construction tool"
|
short_desc="Software construction tool"
|
||||||
|
@ -12,7 +13,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://www.scons.org/"
|
homepage="https://www.scons.org/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz
|
||||||
https://raw.githubusercontent.com/SCons/scons/master/LICENSE>LICENSE.txt"
|
https://raw.githubusercontent.com/SCons/scons/${version}/LICENSE>LICENSE.txt"
|
||||||
checksum="7801f3f62f654528e272df780be10c0e9337e897650b62ddcee9f39fde13f8fb
|
checksum="7801f3f62f654528e272df780be10c0e9337e897650b62ddcee9f39fde13f8fb
|
||||||
72ed889165fb28378cadac14552be4a959f1ebab6b148abb5dd2b49712c3c6f6"
|
72ed889165fb28378cadac14552be4a959f1ebab6b148abb5dd2b49712c3c6f6"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue