mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
boost: rebuild for cross musl.
This commit is contained in:
parent
ea5addb980
commit
398c549dc2
1 changed files with 3 additions and 7 deletions
|
@ -11,9 +11,12 @@ license="Boost Software License 1.0"
|
||||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/${pkgname}_${version//\./_}.tar.bz2"
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/${pkgname}_${version//\./_}.tar.bz2"
|
||||||
checksum=047e927de336af106a24bceba30069980c191529fd76b8dff8eb9a328b48ae1d
|
checksum=047e927de336af106a24bceba30069980c191529fd76b8dff8eb9a328b48ae1d
|
||||||
|
|
||||||
|
subpackages="boost-build boost-devel"
|
||||||
|
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
if [ -z "$CROSS_BUILD" ]; then
|
||||||
# XXX boost-jam and boost-python subpkgs.
|
# XXX boost-jam and boost-python subpkgs.
|
||||||
makedepends+=" python-devel"
|
makedepends+=" python-devel"
|
||||||
|
subpackages+=" boost-jam boost-python"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
|
@ -61,8 +64,6 @@ do_install() {
|
||||||
vinstall LICENSE_1_0.txt 644 usr/share/licenses/boost
|
vinstall LICENSE_1_0.txt 644 usr/share/licenses/boost
|
||||||
}
|
}
|
||||||
|
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
|
||||||
|
|
||||||
boost-jam_package() {
|
boost-jam_package() {
|
||||||
short_desc+=" - Boost.Jam utility"
|
short_desc+=" - Boost.Jam utility"
|
||||||
depends="boost-build-${version}_${revision}"
|
depends="boost-build-${version}_${revision}"
|
||||||
|
@ -70,7 +71,6 @@ boost-jam_package() {
|
||||||
vmove usr/bin/bjam
|
vmove usr/bin/bjam
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
boost-python_package() {
|
boost-python_package() {
|
||||||
depends="boost-${version}_${revision} python"
|
depends="boost-${version}_${revision} python"
|
||||||
short_desc+=" - python bindings"
|
short_desc+=" - python bindings"
|
||||||
|
@ -78,9 +78,6 @@ boost-python_package() {
|
||||||
vmove "usr/lib/libboost_python*"
|
vmove "usr/lib/libboost_python*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
fi # !CROSS_BUILD
|
|
||||||
|
|
||||||
boost-build_package() {
|
boost-build_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
conf_files="/etc/site-config.jam"
|
conf_files="/etc/site-config.jam"
|
||||||
|
@ -90,7 +87,6 @@ boost-build_package() {
|
||||||
vmove etc
|
vmove etc
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
boost-devel_package() {
|
boost-devel_package() {
|
||||||
noverifyrdeps=yes
|
noverifyrdeps=yes
|
||||||
depends="boost-${version}_${revision}"
|
depends="boost-${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue