mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 19:42:46 +01:00
Use package name variable inside $(package)_file_name variable
This commit is contained in:
parent
50a226563c
commit
1bfe6b426e
@ -1,7 +1,7 @@
|
||||
package=qrencode
|
||||
$(package)_version=3.4.4
|
||||
$(package)_download_path=https://fukuchi.org/works/qrencode/
|
||||
$(package)_file_name=qrencode-$(qrencode_version).tar.bz2
|
||||
$(package)_file_name=$(package)-$($(package)_version).tar.bz2
|
||||
$(package)_sha256_hash=efe5188b1ddbcbf98763b819b146be6a90481aac30cfc8d858ab78a19cde1fa5
|
||||
|
||||
define $(package)_set_vars
|
||||
|
Loading…
Reference in New Issue
Block a user