This commit is contained in:
TriForceX
2019-09-25 20:51:37 -03:00
commit 6203ff3e7c
11215 changed files with 428258 additions and 0 deletions

3
package/scons/scons.hash Normal file
View File

@@ -0,0 +1,3 @@
# Locally computed:
sha256 df676f23dc6d4bfa384fc389d95dcd21ab907e6349d4c848958ba4befb73c73e scons-3.0.5.tar.gz
sha256 c4248451b6a4cd09870de4fb82a857feb9f98174167b07500c19ed0263fd4db7 LICENSE.txt

19
package/scons/scons.mk Normal file
View File

@@ -0,0 +1,19 @@
################################################################################
#
# scons
#
################################################################################
SCONS_VERSION = 3.0.5
SCONS_SITE = http://downloads.sourceforge.net/project/scons/scons/$(SCONS_VERSION)
SCONS_LICENSE = MIT
SCONS_LICENSE_FILES = LICENSE.txt
SCONS_SETUP_TYPE = distutils
HOST_SCONS_INSTALL_OPTS = \
--install-lib=$(HOST_DIR)/lib/scons-$(SCONS_VERSION)
$(eval $(host-python-package))
# variables used by other packages
SCONS = $(HOST_DIR)/bin/scons $(if $(QUIET),-s)