mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
perl-YAML-Tiny: Update checksum and remove unnecessary fields
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -24,8 +24,6 @@
|
|||||||
|
|
||||||
include Config
|
include Config
|
||||||
|
|
||||||
SUMMARY = Read/Write YAML files with as little code as possible
|
|
||||||
|
|
||||||
VER = 1.73
|
VER = 1.73
|
||||||
|
|
||||||
THISAPP = YAML-Tiny-$(VER)
|
THISAPP = YAML-Tiny-$(VER)
|
||||||
@@ -33,11 +31,6 @@ DL_FILE = $(THISAPP).tar.gz
|
|||||||
DL_FROM = $(URL_IPFIRE)
|
DL_FROM = $(URL_IPFIRE)
|
||||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||||
PAK_VER = 1
|
|
||||||
|
|
||||||
DEPS = ""
|
|
||||||
|
|
||||||
SERVICES = ""
|
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Top-level Rules
|
# Top-level Rules
|
||||||
@@ -47,7 +40,7 @@ objects = $(DL_FILE)
|
|||||||
|
|
||||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||||
|
|
||||||
$(DL_FILE)_MD5 = d1bb2525e4ab46bfab4b22842c467529
|
$(DL_FILE)_BLAKE2 = 42e9c5cffa2b9babb0dd1453af69866405fd7273c2b340ceb010d78d8fe28db61268b6bb5ad1840b1aa72819ae048150bf5c416bed1b2e518b28f77b2ba978be
|
||||||
|
|
||||||
install : $(TARGET)
|
install : $(TARGET)
|
||||||
|
|
||||||
@@ -55,7 +48,7 @@ check : $(patsubst %,$(DIR_CHK)/%,$(objects))
|
|||||||
|
|
||||||
download :$(patsubst %,$(DIR_DL)/%,$(objects))
|
download :$(patsubst %,$(DIR_DL)/%,$(objects))
|
||||||
|
|
||||||
md5 : $(subst %,%_MD5,$(objects))
|
b2 : $(subst %,%_BLAKE2,$(objects))
|
||||||
|
|
||||||
dist:.
|
dist:.
|
||||||
$(PAK)
|
$(PAK)
|
||||||
|
|||||||
Reference in New Issue
Block a user