mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
libgpg-error: use qemu build helper instead of depending on qemu-user
This commit is contained in:
parent
af70fab540
commit
ff1668687b
1 changed files with 1 additions and 4 deletions
|
@ -3,6 +3,7 @@ pkgname=libgpg-error
|
||||||
version=1.49
|
version=1.49
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
build_helper="qemu"
|
||||||
configure_args="--enable-install-gpg-error-config"
|
configure_args="--enable-install-gpg-error-config"
|
||||||
short_desc="Library for error values used by GnuPG component"
|
short_desc="Library for error values used by GnuPG component"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
|
@ -11,10 +12,6 @@ homepage="https://www.gnupg.org"
|
||||||
distfiles="https://www.gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${version}.tar.bz2"
|
distfiles="https://www.gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=8b79d54639dbf4abc08b5406fb2f37e669a2dec091dd024fb87dd367131c63a9
|
checksum=8b79d54639dbf4abc08b5406fb2f37e669a2dec091dd024fb87dd367131c63a9
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
|
||||||
hostmakedepends="qemu-user"
|
|
||||||
fi
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -r ${DESTDIR}/usr/share/common-lisp
|
rm -r ${DESTDIR}/usr/share/common-lisp
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue