]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/libmpdclient
ca-certificates: Update root CA certificates bundle
[people/pmueller/ipfire-2.x.git] / lfs / libmpdclient
index ee18a37a612b1a4ace7e38084c5fb4fcf8f05cf9..69e54803e601b9e904a14c790cd76577a6736b83 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Library for interfacing the Music Player Daemon
+
 VER        = 2.19
 
 THISAPP    = libmpdclient-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 5
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -44,7 +48,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = aee66cbf5ce2ebf1b976e9c6ade0feee
+$(DL_FILE)_BLAKE2 = c045c4847d43f166a3e1549654784bd994fa4156e3ecebf7c02a412b34ca150940f3c43cdc385839cd7c281bd4ed4fd1935b757d8505133d146ea955ec2d0832
 
 install : $(TARGET)
 
@@ -52,13 +56,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 +71,8 @@ $(patsubst %,$(DIR_CHK)/%,$(objects)) :
 $(patsubst %,$(DIR_DL)/%,$(objects)) :
        @$(LOAD)
 
-$(subst %,%_MD5,$(objects)) :
-       @$(MD5)
+$(subst %,%_BLAKE2,$(objects)) :
+       @$(B2SUM)
 
 ###############################################################################
 # Installation Details