1154af4361
signatures. This library has no pre-requisites other than -lz and -lbz2. This is libnetpgpverify, a standalone library to verify PGP signatures. It uses its own internal MPI/BIGNUM functions, which are a vastly cut-down version of libtommath. For this reason, utilities and other libraries can embed PGP signature verification, using a BSD-licensed library.
13 lines
387 B
Makefile
13 lines
387 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1.1.1 2013/02/23 21:04:26 agc Exp $
|
|
|
|
BUILDLINK_TREE+= libnetpgpverify
|
|
|
|
.if !defined(LIBNETPGPVERIFY_BUILDLINK3_MK)
|
|
LIBNETPGPVERIFY_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.libnetpgpverify+= libnetpgpverify>=20120928
|
|
BUILDLINK_PKGSRCDIR.libnetpgpverify?= ../../security/libnetpgpverify
|
|
|
|
.endif # LIBNETPGPVERIFY_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -libnetpgpverify
|