mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
gnuradio-nrsc5: use make explicitly
This commit is contained in:
parent
d15a5213a1
commit
4f1400c710
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,7 @@ version=1.0.0
|
||||||
revision=4
|
revision=4
|
||||||
wrksrc="gr-nrsc5-${version}"
|
wrksrc="gr-nrsc5-${version}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
|
make_cmd=make
|
||||||
hostmakedepends="git automake libtool pkg-config gnuradio swig"
|
hostmakedepends="git automake libtool pkg-config gnuradio swig"
|
||||||
makedepends="gnuradio-devel boost-devel libcppunit-devel python3-devel
|
makedepends="gnuradio-devel boost-devel libcppunit-devel python3-devel
|
||||||
log4cpp-devel gmpxx-devel mpir-devel gsl-devel volk-devel"
|
log4cpp-devel gmpxx-devel mpir-devel gsl-devel volk-devel"
|
||||||
|
@ -14,6 +15,8 @@ homepage="https://github.com/argilo/gr-nrsc5/"
|
||||||
distfiles="https://github.com/argilo/gr-nrsc5/archive/v${version}.tar.gz"
|
distfiles="https://github.com/argilo/gr-nrsc5/archive/v${version}.tar.gz"
|
||||||
checksum=d736c4cb1104254d07296d2a61880e07149c9bfd1a49aed504215672d4e09485
|
checksum=d736c4cb1104254d07296d2a61880e07149c9bfd1a49aed504215672d4e09485
|
||||||
|
|
||||||
|
export CMAKE_GENERATOR="Unix Makefiles"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
vsed -i CMakeLists.txt \
|
vsed -i CMakeLists.txt \
|
||||||
|
|
Loading…
Add table
Reference in a new issue