mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
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>
18 lines
536 B
Makefile
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))
|