b2sum: fix $wrksrc usage.
This commit is contained in:
parent
204c603d69
commit
bccb515964
1 changed files with 4 additions and 2 deletions
|
@ -1,8 +1,10 @@
|
|||
# Template file for 'b2sum'
|
||||
pkgname=b2sum
|
||||
version=20140114
|
||||
revision=2
|
||||
wrksrc="blake2_code_${version}/b2sum"
|
||||
revision=3
|
||||
wrksrc="blake2_code_${version}"
|
||||
build_wrksrc=b2sum
|
||||
build_pie=yes
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="unzip"
|
||||
short_desc="Compute BLAKE2 cryptographic hash"
|
||||
|
|
Loading…
Reference in a new issue