[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r4539: boost, finally installed right
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r4539: boost, finally installed right |
Date: |
Thu, 8 Jun 2017 00:37:14 -0400 (EDT) |
User-agent: |
Bazaar (2.7.0dev1) |
------------------------------------------------------------
revno: 4539
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Wed 2017-06-07 21:37:10 -0700
message:
boost, finally installed right
added:
pkg/other/boost/ boost-20170608043614-zqx6plyn4p8cg7w0-1
pkg/other/boost/Makefile makefile-20170608043614-zqx6plyn4p8cg7w0-3
pkg/other/boost/config.mk config.mk-20170608043614-zqx6plyn4p8cg7w0-2
pkg/other/boost/sha256sums sha256sums-20170608043614-zqx6plyn4p8cg7w0-4
=== added directory 'pkg/other/boost'
=== added file 'pkg/other/boost/Makefile'
--- a/pkg/other/boost/Makefile 1970-01-01 00:00:00 +0000
+++ b/pkg/other/boost/Makefile 2017-06-08 04:37:10 +0000
@@ -0,0 +1,85 @@
+# Copyright © 2016, 2017 Carl Hansen <address@hidden>
+#
+# This file is part of GSRC.
+#
+# GSRC is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# GSRC is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
+# License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GSRC. If not, see <http://www.gnu.org/licenses/>.
+#
+#
+#
+# Send bug reports and comments about GSRC problems to address@hidden
+
+
+NAME = boost
+GARNAME = boost
+GARVERSION = 1_64_0
+HOME_URL = http://www.boost.org
+DESCRIPTION = Peer-reviewed portable C++ source libraries.
+define BLURB
+Boost.org emphasize libraries that work well with the C++ Standard
+Library. Boost libraries are intended to be widely useful, and usable
+across a broad spectrum of applications. The Boost license encourages
+both commercial and non-commercial use. Boost.org aims to establish
+"existing practice" and provide reference implementations so that Boost
+libraries are suitable for eventual standardization.
+endef
+LICENSE = Boost Software License, Version 1.0
+
+CONFIGURE_SCRIPTS =
+BUILD_SCRIPTS =
+
+######################################################################
+#https://dl.bintray.com/boostorg/release/1.64.0/source/boost_1_64_0.7z
+MASTER_SITES = https://dl.bintray.com/
+MASTER_SUBDIR = boostorg/release/1.64.0/source/
+DISTFILES = boost_1_64_0.7z boost_1_64_0.7z.json
+SIGFILES =
+
+WORKSRC = $(WORKDIR)/$(GARNAME)_$(GARVERSION)/
+
+# bjam
+BUILDDEPS =
+LIBDEPS =
+
+######################################################################
+
+include ../../../gar/gar.lib/adhoc.mk
+include config.mk
+
+#./bootstrap --prefix=DEST?
+#./b2 --install=DEST
+# stow
+#
+
+extract:
+ (cd $(WORKDIR); 7z x ../download/$(GARNAME)_$(GARVERSION).7z )
+ $(MAKECOOKIE)
+
+pre-build:
+ (cd $(WORKSRC); ./bootstrap.sh
--prefix=$(prefix)/packages/$(GARNAME)-$(GARVERSION)-DEST/opt/gsrc/ ; )
+ $(MAKECOOKIE)
+
+
+build:
+ (cd $(WORKSRC); ./b2 ; )
+ $(MAKECOOKIE)
+
+custom-pre-install:
+ mkdir -p $(prefix)/packages/$(GARNAME)-$(GARVERSION)-DEST/opt/gsrc/lib
+ mkdir -p
$(prefix)/packages/$(GARNAME)-$(GARVERSION)-DEST/opt/gsrc/boost/include
+ (cd $(WORKSRC); ./b2 install --prefix=$(packageprefix) ; )
+ $(MAKECOOKIE)
+
+
+
+
=== added file 'pkg/other/boost/config.mk'
--- a/pkg/other/boost/config.mk 1970-01-01 00:00:00 +0000
+++ b/pkg/other/boost/config.mk 2017-06-08 04:37:10 +0000
@@ -0,0 +1,4 @@
+## Configuration options ##
+
+CONFIGURE_OPTS ?=
+BUILD_OPTS ?=
=== added file 'pkg/other/boost/sha256sums'
--- a/pkg/other/boost/sha256sums 1970-01-01 00:00:00 +0000
+++ b/pkg/other/boost/sha256sums 2017-06-08 04:37:10 +0000
@@ -0,0 +1,2 @@
+49c6abfeb5b480f6a86119c0d57235966b4690ee6ff9e6401ee868244808d155
download/boost_1_64_0.7z
+9f1cbceed32073538c8f8d639ca6fc102341829f9623f67a61237991885fd70e
download/boost_1_64_0.7z.json
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r4539: boost, finally installed right,
Carl Hansen <=