07cb75545f
RHash is a console utility for calculation and verification of magnet links and a wide range of hash sums like CRC32, MD4, MD5, SHA1, SHA256, SHA512, SHA3, AICH, ED2K, Tiger, DC++ TTH, BitTorrent BTIH, GOST R 34.11-94, RIPEMD-160, HAS-160, EDON-R, Whirlpool and Snefru. Hash sums are used to ensure and verify integrity of large volumes of data for a long-term storing or transferring.
14 lines
320 B
Makefile
14 lines
320 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2014/04/18 21:21:30 wiz Exp $
|
|
|
|
BUILDLINK_TREE+= rhash
|
|
|
|
.if !defined(RHASH_BUILDLINK3_MK)
|
|
RHASH_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.rhash+= rhash>=1.3.1
|
|
BUILDLINK_PKGSRCDIR.rhash?= ../../misc/rhash
|
|
|
|
BUILDLINK_DEPMETHOD.rhash?= build
|
|
.endif # RHASH_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -rhash
|