From 06257416991370b7f67638e172ebee7ae79a682b Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sat, 13 Nov 2010 14:29:38 +0100 Subject: [PATCH] boost-jam: add metafile support, cleanups, thanks to cowbalt Signed-off-by: Stephan Raue --- packages/devel/boost-jam/build | 1 - packages/devel/boost-jam/meta | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 packages/devel/boost-jam/meta diff --git a/packages/devel/boost-jam/build b/packages/devel/boost-jam/build index e67b584a17..9f4b27679f 100755 --- a/packages/devel/boost-jam/build +++ b/packages/devel/boost-jam/build @@ -2,7 +2,6 @@ . config/options $1 -$SCRIPTS/build toolchain $SCRIPTS/unpack boost setup_toolchain host diff --git a/packages/devel/boost-jam/meta b/packages/devel/boost-jam/meta new file mode 100644 index 0000000000..d549b17a73 --- /dev/null +++ b/packages/devel/boost-jam/meta @@ -0,0 +1,14 @@ +PKG_NAME="boost-jam" +PKG_VERSION="" +PKG_REV="1" +PKG_ARCH="any" +PKG_LICENSE="OSS" +PKG_SITE="http://www.boost.org/" +PKG_URL="" +PKG_DEPENDS="" +PKG_BUILD_DEPENDS="toolchain" +PKG_PRIORITY="optional" +PKG_SECTION="devel" +PKG_SHORTDESC="boost: Peer-reviewed STL style libraries for C++" +PKG_LONGDESC="Boost provides free peer-reviewed portable C++ source libraries. The emphasis is on libraries which work well with the C++ Standard Library. One goal is to establish "existing practice" and provide reference implementations so that the Boost libraries are suitable for eventual standardization. Some of the libraries have already been proposed for inclusion in the C++ Standards Committee's upcoming C++ Standard Library Technical Report." +PKG_IS_ADDON="no"