arc: use the release for binutils/gcc
[openadk.git] / package / scons / Makefile
blob7acc52c1a58ab48abdc27bd20ae46d9e5efe1944
1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 include $(ADK_TOPDIR)/rules.mk
6 PKG_NAME:= scons
7 PKG_VERSION:= 2.3.0
8 PKG_RELEASE:= 2
9 PKG_HASH:= 9442069999cf4b2caa94a5886ab4c2c71de1718ed5e9176c18e2b6dbca463b4b
10 PKG_DESCR:= software construction tool
11 PKG_SECTION:= dev/tools
12 HOST_BUILDDEP:= python2-host
13 PKG_URL:= http://www.scons.org
14 PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=scons/}
16 DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
18 PKG_CFLINE_SCONS:= depends on ADK_HOST_ONLY
20 include $(ADK_TOPDIR)/mk/host.mk
21 include $(ADK_TOPDIR)/mk/package.mk
23 $(eval $(call HOST_template,SCONS,scons,$(PKG_VERSION)-${PKG_RELEASE}))
25 HOST_STYLE:= manual
27 scons-hostinstall:
28 (cd $(WRKBUILD); PATH='$(HOST_PATH)' python setup.py install \
29 --prefix=$(STAGING_HOST_DIR)/usr)
31 include ${ADK_TOPDIR}/mk/host-bottom.mk
32 include ${ADK_TOPDIR}/mk/pkg-bottom.mk