mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
quazip-qt5: fix cross
This commit is contained in:
parent
6462e3bfc2
commit
3e00148dc0
1 changed files with 4 additions and 1 deletions
|
@ -12,11 +12,14 @@ license="LGPL-2.0"
|
|||
homepage="http://sourceforge.net/projects/quazip/"
|
||||
distfiles="${SOURCEFORGE_SITE}/${pkgname%-*}/${pkgname%-*}-${version}.tar.gz"
|
||||
checksum=91d827fbcafd099ae814cc18a8dd3bb709da6b8a27c918ee1c6c03b3f29440f4
|
||||
nocross=yes
|
||||
|
||||
provides="quazip-${version}_${revision}"
|
||||
replaces="quazip>=0"
|
||||
|
||||
if [ -n "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" qt5-host-tools qt5-devel"
|
||||
fi
|
||||
|
||||
quazip-qt5-devel_package() {
|
||||
depends="quazip-qt5>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
|
|
Loading…
Add table
Reference in a new issue