mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
perl-Imager: 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
|
||||
|
||||
SUMMARY = Perl extension for Generating 24 bit Images
|
||||
|
||||
VER = 1.012
|
||||
|
||||
THISAPP = Imager-$(VER)
|
||||
@@ -33,11 +31,6 @@ DL_FILE = $(THISAPP).tar.gz
|
||||
DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PAK_VER = 1
|
||||
|
||||
DEPS = ""
|
||||
|
||||
SERVICES = ""
|
||||
|
||||
###############################################################################
|
||||
# Top-level Rules
|
||||
@@ -47,7 +40,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = dccef95bf6c7881c5af8336b54609132
|
||||
$(DL_FILE)_BLAKE2 = 32dad83e9cfd66a162380b502ab49b343dae8c87eca8e6c0537d260956bf466e200511a7b4f89eed9b0bc1f20447584c7c4aabffaad77f0824ee9d5126848c39
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
@@ -55,7 +48,7 @@ check : $(patsubst %,$(DIR_CHK)/%,$(objects))
|
||||
|
||||
download :$(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
|
||||
md5 : $(subst %,%_MD5,$(objects))
|
||||
b2 : $(subst %,%_BLAKE2,$(objects))
|
||||
|
||||
dist:.
|
||||
$(PAK)
|
||||
|
||||
Reference in New Issue
Block a user