0
0
mirror of https://github.com/termux-pacman/glibc-packages.git synced 2024-11-27 06:08:57 +00:00
glibc-packages/gpkg/libgpg-error/build.sh
Ivan Max b6f3647dff
update pkgs (#280)
gpkg/doxygen
gpkg/fakeroot
gpkg/freetype
gpkg/gdbm
gpkg/libgpg-error
gpkg/libsqlite
gpkg/mariadb
gpkg/nano
gpkg/postgresql
gpkg/vulkan-headers
gpkg/vulkan-icd-loader
gpkg/vulkan-tools
2024-08-21 19:43:24 +03:00

13 lines
542 B
Bash

TERMUX_PKG_HOMEPAGE=https://www.gnupg.org/related_software/libgpg-error/
TERMUX_PKG_DESCRIPTION="Small library that defines common error values for all GnuPG components"
TERMUX_PKG_LICENSE="LGPL-2.1"
TERMUX_PKG_MAINTAINER="@termux-pacman"
TERMUX_PKG_VERSION=1.50
TERMUX_PKG_SRCURL=https://www.gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-${TERMUX_PKG_VERSION}.tar.bz2
TERMUX_PKG_SHA256=69405349e0a633e444a28c5b35ce8f14484684518a508dc48a089992fe93e20a
TERMUX_PKG_DEPENDS="glibc, bash-glibc"
termux_step_pre_configure() {
autoreconf -vfi
}