qtkeychain: fix cross compilation
Closes #9603. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
3e4decb29e
commit
a46fb6bffc
1 changed files with 5 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'qtkeychain'
|
# Template file for 'qtkeychain'
|
||||||
pkgname=qtkeychain
|
pkgname=qtkeychain
|
||||||
version=0.6.2
|
version=0.6.2
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
makedepends="icu-devel qt-devel"
|
makedepends="icu-devel qt-devel"
|
||||||
short_desc="Platform-independent Qt API for storing passwords securely"
|
short_desc="Platform-independent Qt API for storing passwords securely"
|
||||||
|
@ -10,7 +10,10 @@ license="2-clause-BSD"
|
||||||
homepage="https://github.com/frankosterfeld/qtkeychain"
|
homepage="https://github.com/frankosterfeld/qtkeychain"
|
||||||
distfiles="https://github.com/frankosterfeld/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/frankosterfeld/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=ae13459234feeeab3a154457319d9b26ee9600973443517c77e055838ebae63c
|
checksum=ae13459234feeeab3a154457319d9b26ee9600973443517c77e055838ebae63c
|
||||||
nocross=yes
|
|
||||||
|
if [ -n "$CROSS_BUILD" ]; then
|
||||||
|
hostmakedepends="qt-devel"
|
||||||
|
fi
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue