mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
boost: rebuild to update metadata objs.
This commit is contained in:
parent
d04746cfb9
commit
9efbb62437
1 changed files with 3 additions and 4 deletions
|
@ -1,15 +1,14 @@
|
||||||
# Template file for 'boost'
|
# Template file for 'boost'
|
||||||
pkgname=boost
|
pkgname=boost
|
||||||
version=1.54.0
|
version=1.54.0
|
||||||
revision=2
|
revision=3
|
||||||
_boostver="$(echo $version|sed 's|\.|_|g')"
|
wrksrc="${pkgname}_${version//\./_}"
|
||||||
wrksrc="${pkgname}_${_boostver}"
|
|
||||||
makedepends="zlib-devel bzip2-devel icu-devel>=49.1"
|
makedepends="zlib-devel bzip2-devel icu-devel>=49.1"
|
||||||
short_desc="Free peer-reviewed portable C++ source libraries"
|
short_desc="Free peer-reviewed portable C++ source libraries"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.boost.org/"
|
homepage="http://www.boost.org/"
|
||||||
license="Boost Software License 1.0"
|
license="Boost Software License 1.0"
|
||||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/${pkgname}_${_boostver}.tar.bz2"
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/${pkgname}_${version//\./_}.tar.bz2"
|
||||||
checksum=047e927de336af106a24bceba30069980c191529fd76b8dff8eb9a328b48ae1d
|
checksum=047e927de336af106a24bceba30069980c191529fd76b8dff8eb9a328b48ae1d
|
||||||
|
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
if [ -z "$CROSS_BUILD" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue