mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
ckmame: fix cross
This commit is contained in:
parent
d606c08bc6
commit
0f8a1c3488
1 changed files with 4 additions and 1 deletions
|
@ -12,7 +12,10 @@ license="BSD-3-clause"
|
||||||
homepage="https://nih.at/ckmame/"
|
homepage="https://nih.at/ckmame/"
|
||||||
distfiles="https://github.com/nih-at/ckmame/archive/rel-${version//./-}.tar.gz>${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/nih-at/ckmame/archive/rel-${version//./-}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||||
checksum=9fc5dcf1d2dd75351b2cdf43ce10fecda7d97c8c1a8dd0fe1f653229bb316130
|
checksum=9fc5dcf1d2dd75351b2cdf43ce10fecda7d97c8c1a8dd0fe1f653229bb316130
|
||||||
nocross="Need to build mkmamedb for the host"
|
|
||||||
|
if [ "$CROSS_BUILD" ]; then
|
||||||
|
hostmakedepends+=" qemu-user-static"
|
||||||
|
fi
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense ${wrksrc}/LICENSE
|
vlicense ${wrksrc}/LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue