mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
parent
fe86e78b22
commit
bb78dbd93d
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'boost'
|
# Template file for 'boost'
|
||||||
pkgname=boost
|
pkgname=boost
|
||||||
version=1.69.0
|
version=1.69.0
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="${pkgname}_${version//\./_}"
|
wrksrc="${pkgname}_${version//\./_}"
|
||||||
hostmakedepends="bzip2-devel icu-devel python-devel python3-devel"
|
hostmakedepends="bzip2-devel icu-devel python-devel python3-devel"
|
||||||
makedepends="zlib-devel bzip2-devel icu-devel python-devel python3-devel"
|
makedepends="zlib-devel bzip2-devel icu-devel python-devel python3-devel"
|
||||||
|
@ -122,7 +122,7 @@ boost-build_package() {
|
||||||
short_desc+=" - Boost.Build framework"
|
short_desc+=" - Boost.Build framework"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/share/boost-build
|
vmove usr/share/boost-build
|
||||||
vmove etc
|
vmove etc/site-config.jam
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
boost-devel_package() {
|
boost-devel_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue