void-packages/srcpkgs/scons/template
2015-11-11 08:41:43 +01:00

21 lines
549 B
Bash

# Template file for 'scons'
pkgname=scons
version=2.4.1
revision=1
build_style=python-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"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://www.scons.org/"
license="MIT"
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
checksum=8fc4f42928c69bcbb33e1be94b646f2c700b659693fabc778c192d4d22f753a7
post_install() {
vlicense LICENSE.txt
}