gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] /srv/bzr/gsrc/trunk r878: add boost as a dependency


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r878: add boost as a dependency
Date: Mon, 27 Aug 2012 20:51:50 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 878
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Mon 2012-08-27 20:51:50 +0200
message:
  add boost as a dependency
added:
  deps/boost/
  deps/boost/Makefile
  deps/boost/sha256sums
=== added directory 'deps/boost'
=== added file 'deps/boost/Makefile'
--- a/deps/boost/Makefile       1970-01-01 00:00:00 +0000
+++ b/deps/boost/Makefile       2012-08-27 18:51:50 +0000
@@ -0,0 +1,39 @@
+GARNAME = boost
+GARVERSION = 1.51.0
+
+MASTER_SITES = $(MASTER_SOURCEFORGE)
+MASTER_SUBDIR = $(GARNAME)/files/$(GARNAME)/$(GARVERSION)/
+DISTNAME = $(GARNAME)_$(subst .,_,$(GARVERSION))
+DISTFILES = $(DISTNAME).tar.gz
+
+CONFIGURE_SCRIPTS = none
+BUILD_SCRIPTS = none
+INSTALL_SCRIPTS = none
+
+bootstrapflags = \
+       --with-toolset=gcc \
+       --with-python-root=$(prefix) \
+       --without-libraries=python
+
+b2flags = \
+       --prefix=$(packageprefix) \
+       --layout=system \
+       $(MAKE_ARGS_PARALLEL)
+
+HOME_URL = http://www.boost.org
+DESCRIPTION = Boost provides free peer-reviewed portable C++ source libraries.
+
+include ../../gar.mk
+
+
+configure-none:
+       @cd $(WORKSRC) && ./bootstrap.sh $(bootstrapflags)
+       $(MAKECOOKIE)
+
+build-none:
+       @cd $(WORKSRC) && ./b2 $(b2flags)
+       $(MAKECOOKIE)
+
+install-none:
+       @cd $(WORKSRC) && ./b2 $(b2flags) install
+       $(MAKECOOKIE)

=== added file 'deps/boost/sha256sums'
--- a/deps/boost/sha256sums     1970-01-01 00:00:00 +0000
+++ b/deps/boost/sha256sums     2012-08-27 18:51:50 +0000
@@ -0,0 +1,1 @@
+b0f7ecc66eb7d6ee5a865f34dbe6791dcdf0ffeac5925142deeaa67d3c8c23f5  
download/boost_1_51_0.tar.gz


reply via email to

[Prev in Thread] Current Thread [Next in Thread]