33 lines
875 B
Bash
33 lines
875 B
Bash
# Template file for 'libgpg-error'
|
|
pkgname=libgpg-error
|
|
version=1.42
|
|
revision=1
|
|
build_style=gnu-configure
|
|
short_desc="Library for error values used by GnuPG component"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="LGPL-2.1-or-later, GPL-2.0-or-later"
|
|
homepage="https://www.gnupg.org"
|
|
distfiles="https://www.gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${version}.tar.bz2"
|
|
checksum=fc07e70f6c615f8c4f590a8e37a9b8dd2e2ca1e9408f8e60459c67452b925e23
|
|
|
|
if [ "$CROSS_BUILD" ]; then
|
|
hostmakedepends="qemu-user-static"
|
|
fi
|
|
|
|
post_install() {
|
|
rm -r ${DESTDIR}/usr/share/common-lisp
|
|
}
|
|
|
|
libgpg-error-devel_package() {
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/bin/gpgrt-config
|
|
vmove usr/bin/gpg-error-config
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove usr/share/aclocal
|
|
vmove "usr/lib/*.so"
|
|
}
|
|
}
|