b2sum: removed, obsoleted by coreutils.
This commit is contained in:
parent
8f05222b76
commit
fb06cbbc50
2 changed files with 0 additions and 28 deletions
|
@ -1,27 +0,0 @@
|
||||||
# Template file for 'b2sum'
|
|
||||||
pkgname=b2sum
|
|
||||||
version=20160619
|
|
||||||
revision=1
|
|
||||||
wrksrc="BLAKE2-${version}"
|
|
||||||
build_wrksrc="b2sum"
|
|
||||||
build_style=gnu-makefile
|
|
||||||
short_desc="Compute BLAKE2 cryptographic hash"
|
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
|
||||||
license="CC0-1.0"
|
|
||||||
homepage="https://blake2.net/"
|
|
||||||
distfiles="https://github.com/BLAKE2/BLAKE2/archive/${version}.tar.gz"
|
|
||||||
checksum=cbac833ccae56b5c6173dbeaf871aa99b32745cf7a994c7451d4533ecda55633
|
|
||||||
|
|
||||||
do_build() {
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
|
||||||
i686*|x86_64*) _dir=../sse; CFLAGS+=" -msse2";;
|
|
||||||
*) _dir=../ref;;
|
|
||||||
esac
|
|
||||||
${CC} -std=c99 ${CFLAGS} -o b2sum \
|
|
||||||
*.c ${_dir}/blake*.c -I${_dir} ${LDFLAGS}
|
|
||||||
}
|
|
||||||
|
|
||||||
do_install() {
|
|
||||||
vbin b2sum
|
|
||||||
vman b2sum.1
|
|
||||||
}
|
|
|
@ -1 +0,0 @@
|
||||||
pkgname="blake2_code"
|
|
Loading…
Reference in a new issue