qrencode: Rename package and update checksum

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2022-04-14 19:15:42 +00:00
parent e1e10515ec
commit e0fa8c25e8
2 changed files with 4 additions and 13 deletions

View File

@@ -24,21 +24,13 @@
include Config
SUMMARY = A fast and compact QR Code encoding library
VER = 4.1.1
THISAPP = libqrencode-$(VER)
THISAPP = qrencode-$(VER)
DL_FILE = $(THISAPP).tar.gz
DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = libqrencode
PAK_VER = 1
DEPS = ""
SERVICES = ""
###############################################################################
# Top-level Rules
@@ -48,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = 486f879d1638d3fb58a4a5d45a88c600
$(DL_FILE)_BLAKE2 = 03416ffdb8bf992ef2323a0bc92b52f3a6605e7eb182e3839178fea3c3669242780171b10e77674f0945224e57bcd1a841282a0d5f396d3955f23e3990d761c7
install : $(TARGET)
@@ -56,7 +48,7 @@ check : $(patsubst %,$(DIR_CHK)/%,$(objects))
download :$(patsubst %,$(DIR_DL)/%,$(objects))
md5 : $(subst %,%_MD5,$(objects))
b2 : $(subst %,%_BLAKE2,$(objects))
dist:.
$(PAK)
@@ -81,7 +73,6 @@ $(subst %,%_MD5,$(objects)) :
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && ./autogen.sh
cd $(DIR_APP) && ./configure --prefix=/usr
cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE)
cd $(DIR_APP) && make install

View File

@@ -1694,7 +1694,7 @@ buildipfire() {
lfsmake2 qemu-ga
lfsmake2 gptfdisk
lfsmake2 oath-toolkit
lfsmake2 libqrencode
lfsmake2 qrencode
lfsmake2 perl-File-Remove
lfsmake2 perl-Module-Build
lfsmake2 perl-Module-ScanDeps