mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-05 03:23:01 +02:00
brial: update to 1.2.14.
This commit is contained in:
parent
2966ec064b
commit
d8e28bcd7d
1 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'brial'
|
# Template file for 'brial'
|
||||||
pkgname=brial
|
pkgname=brial
|
||||||
version=1.2.12
|
version=1.2.14
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="boost-devel-minimal libboost_unit_test_framework
|
makedepends="boost-devel-minimal libboost_unit_test_framework
|
||||||
|
@ -12,7 +12,7 @@ license="GPL-2.0-or-later"
|
||||||
homepage="https://github.com/BRiAl/BRiAl"
|
homepage="https://github.com/BRiAl/BRiAl"
|
||||||
changelog="https://github.com/BRiAl/BRiAl/releases"
|
changelog="https://github.com/BRiAl/BRiAl/releases"
|
||||||
distfiles="https://github.com/BRiAl/BRiAl/releases/download/$version/brial-$version.tar.bz2"
|
distfiles="https://github.com/BRiAl/BRiAl/releases/download/$version/brial-$version.tar.bz2"
|
||||||
checksum=ca009e3722dd3f0a60d15501caed1413146c80abced57423e32ae0116f407494
|
checksum=48cd95f167381699e2c538bfbf6eac35ca046dee79f797059f3879abdf5b7e66
|
||||||
|
|
||||||
if [ -n "$CROSS_BUILD" ]; then
|
if [ -n "$CROSS_BUILD" ]; then
|
||||||
configure_args+=" --with-boost-unit-test-framework=no"
|
configure_args+=" --with-boost-unit-test-framework=no"
|
||||||
|
@ -23,6 +23,7 @@ brial-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision} m4ri-devel boost-devel-minimal"
|
depends="${sourcepkg}>=${version}_${revision} m4ri-devel boost-devel-minimal"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
vmove usr/lib/pkgconfig
|
||||||
vmove "usr/lib/*.a"
|
vmove "usr/lib/*.a"
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue