X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fflashrom;h=d3ae0a4878defc6aaca7ce0f1be41551fa80a794;hb=HEAD;hp=5d175359188398fcccd34db2901215bd86582627;hpb=a2907cdd9fba3a6ce6af8cc75c656daf1fa43dc0;p=ipfire-2.x.git diff --git a/lfs/flashrom b/lfs/flashrom index 5d17535918..6f1aa731f6 100644 --- a/lfs/flashrom +++ b/lfs/flashrom @@ -24,7 +24,9 @@ include Config -VER = 1.0.1 +SUMMARY = A universal flash programming utility + +VER = 1.2 THISAPP = flashrom-v$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -32,9 +34,12 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = flashrom -PAK_VER = 1 +PAK_VER = 2 +SUP_ARCH = x86_64 + +DEPS = -DEPS = "" +SERVICES = ############################################################################### # Top-level Rules @@ -44,7 +49,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 6a108a81db229016abd7f5397da39255 +$(DL_FILE)_BLAKE2 = 091e01a91e12b486154ace334a5e74bccbb5f5311ad76e37f43a28167080757873d8c78b8f549d2e77eb984922c830895ba955b23eb6ee4fc24f1ffed259954b install : $(TARGET) @@ -52,13 +57,13 @@ check : $(patsubst %,$(DIR_CHK)/%,$(objects)) download :$(patsubst %,$(DIR_DL)/%,$(objects)) -md5 : $(subst %,%_MD5,$(objects)) +b2 : $(subst %,%_BLAKE2,$(objects)) -dist: +dist: @$(PAK) ############################################################################### -# Downloading, checking, md5sum +# Downloading, checking, b2sum ############################################################################### $(patsubst %,$(DIR_CHK)/%,$(objects)) : @@ -67,8 +72,8 @@ $(patsubst %,$(DIR_CHK)/%,$(objects)) : $(patsubst %,$(DIR_DL)/%,$(objects)) : @$(LOAD) -$(subst %,%_MD5,$(objects)) : - @$(MD5) +$(subst %,%_BLAKE2,$(objects)) : + @$(B2SUM) ############################################################################### # Installation Details