aee727e851
This package embeds secure hashes (SHA1) and digital signatures (GNU Privacy Guard) into files for verification and authentication. Currently, target file types are all ELF format: executables, kernel modules, shared and static link libraries. This program has functionality similar to tripwire and integrit without the need to maintain a database.
18 lines
475 B
Makefile
18 lines
475 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2007/01/17 23:36:33 agc Exp $
|
|
|
|
DISTNAME= bsign_0.4.5
|
|
PKGNAME= bsign-0.4.5
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/b/bsign/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://packages.debian.org/unstable/admin/bsign.html
|
|
COMMENT= Utility to embed a hash or signature into an executable
|
|
|
|
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LANGUAGES+= c c++
|
|
USE_TOOLS+= gmake
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|