[arch-commits] Commit in boost/trunk (PKGBUILD)
Ionut Biru
ibiru at archlinux.org
Sun Feb 26 17:28:19 UTC 2012
Date: Sunday, February 26, 2012 @ 12:28:19
Author: ibiru
Revision: 151490
add boost-build to boost optdepends
Modified:
boost/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2012-02-26 17:23:04 UTC (rev 151489)
+++ PKGBUILD 2012-02-26 17:28:19 UTC (rev 151490)
@@ -86,7 +86,8 @@
pkgdesc="Free peer-reviewed portable C++ source libraries - Development"
depends=("boost-libs=${pkgver}")
optdepends=('python: for python bindings'
- 'python2: for python2 bindings')
+ 'python2: for python2 bindings'
+ 'boost-build: to use boost jam for building your project.')
install -d "${pkgdir}"/usr/{include,lib,share}
# headers/source files
More information about the arch-commits
mailing list