mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
crypto++: remove unnecessary PREFIX=, clean up
This commit is contained in:
parent
bf73e5f9d6
commit
f87c67e228
1 changed files with 0 additions and 6 deletions
|
@ -5,7 +5,6 @@ version=8.3.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname//+/p}-CRYPTOPP_${version//./_}"
|
wrksrc="${pkgname//+/p}-CRYPTOPP_${version//./_}"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="PREFIX=/usr"
|
|
||||||
make_build_target="dynamic static libcryptopp.pc"
|
make_build_target="dynamic static libcryptopp.pc"
|
||||||
make_install_target="install-lib"
|
make_install_target="install-lib"
|
||||||
short_desc="Free C++ class library of cryptographic schemes"
|
short_desc="Free C++ class library of cryptographic schemes"
|
||||||
|
@ -21,11 +20,6 @@ if [ "$XBPS_CROSS" ]; then
|
||||||
make_build_args+=" -f GNUmakefile-cross"
|
make_build_args+=" -f GNUmakefile-cross"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
do_check() {
|
|
||||||
# The gnu-makefile build style does not use ${makejobs}
|
|
||||||
make ${makejobs} ${make_build_args} check
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense License.txt LICENSE
|
vlicense License.txt LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue