mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 01:42:56 +02:00
libmpack: fix cross-compilation.
This commit is contained in:
parent
8ea9ab40b4
commit
e11ff81528
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,8 @@ pkgname=libmpack
|
||||||
version=1.0.5
|
version=1.0.5
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
hostmakedepends="libtool"
|
make_build_args="LIBTOOL=${XBPS_CROSS_BASE}/usr/bin/libtool"
|
||||||
|
makedepends="libtool"
|
||||||
short_desc="Simple implementation of msgpack in C"
|
short_desc="Simple implementation of msgpack in C"
|
||||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
license="MTI"
|
license="MTI"
|
||||||
|
@ -11,7 +12,6 @@ homepage="https://github.com/libmpack/libmpack"
|
||||||
distfiles="https://github.com/libmpack/libmpack/archive/${version}.tar.gz"
|
distfiles="https://github.com/libmpack/libmpack/archive/${version}.tar.gz"
|
||||||
checksum=4ce91395d81ccea97d3ad4cb962f8540d166e59d3e2ddce8a22979b49f108956
|
checksum=4ce91395d81ccea97d3ad4cb962f8540d166e59d3e2ddce8a22979b49f108956
|
||||||
make_check_target=test
|
make_check_target=test
|
||||||
nocross="libtool usage doesn't support cross-compiling"
|
|
||||||
|
|
||||||
libmpack-devel_package() {
|
libmpack-devel_package() {
|
||||||
depends="libmpack-${version}_${revision}"
|
depends="libmpack-${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue