summaryrefslogtreecommitdiff
path: root/package/scons
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-11-12 09:30:49 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-11-12 09:30:49 +0100
commit99ffeabcfc11ffb44d32583fc3d7db37f2fff9fd (patch)
tree3ed3a060ae98f2e7c01e8d2ace7f11a0e732d53d /package/scons
parent42600701ca5f37210581fd3989796daceef58778 (diff)
update gpsd
Diffstat (limited to 'package/scons')
-rw-r--r--package/scons/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/package/scons/Makefile b/package/scons/Makefile
new file mode 100644
index 000000000..97b15fc7f
--- /dev/null
+++ b/package/scons/Makefile
@@ -0,0 +1,29 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
+include $(TOPDIR)/rules.mk
+
+PKG_NAME:= scons
+PKG_VERSION:= 2.3.0
+PKG_RELEASE:= 1
+PKG_MD5SUM:= 083ce5624d6adcbdaf2526623f456ca9
+PKG_DESCR:= a software construction tool
+PKG_SECTION:= lang
+PKG_BUILDDEP:= python2-host
+PKG_URL:= http://www.scons.org
+PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=scons/}
+
+PKG_ARCH_DEPENDS:= native
+
+include $(TOPDIR)/mk/host.mk
+include $(TOPDIR)/mk/package.mk
+
+$(eval $(call HOST_template,SCONS,scons,$(PKG_VERSION)-${PKG_RELEASE}))
+
+HOST_STYLE:= manual
+
+scons-hostinstall:
+ (cd $(WRKBUILD); PATH='$(TARGET_PATH)' python setup.py install --prefix=$(STAGING_HOST_DIR)/)
+
+include ${TOPDIR}/mk/host-bottom.mk
+include ${TOPDIR}/mk/pkg-bottom.mk