Files
buildroot/package/libnpth/libnpth.mk
Francois Perrad d21fdce771 package/libnpth: bump to version 1.8
For the changelog, see:
https://git.gnupg.org/cgi-bin/gitweb.cgi?p=npth.git;a=log;h=npth-1.8

Remove merged patches.

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
[Julien: add link to change log]
Signed-off-by: Julien Olivain <ju.o@free.fr>
2024-12-20 21:08:46 +01:00

18 lines
536 B
Makefile

################################################################################
#
# libnpth
#
################################################################################
LIBNPTH_VERSION = 1.8
LIBNPTH_SOURCE = npth-$(LIBNPTH_VERSION).tar.bz2
LIBNPTH_SITE = https://www.gnupg.org/ftp/gcrypt/npth
LIBNPTH_LICENSE = LGPL-2.0+
LIBNPTH_LICENSE_FILES = COPYING.LIB
LIBNPTH_INSTALL_STAGING = YES
LIBNPTH_CONF_OPTS = --disable-tests
HOST_LIBNPTH_CONF_OPTS = --disable-tests
$(eval $(autotools-package))
$(eval $(host-autotools-package))