]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/blobdiff - lfs/pmacct
ncurses-compat: Fix BLAKE2 checksum
[people/mfischer/ipfire-2.x.git] / lfs / pmacct
index 30c6c47e12abf6caf6abd5083118aa785b86ddd2..9e8cd748748305a7b6068f7859d2fdc96ec8250d 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Accounting and aggregation toolsuite for IPv4 and IPv6
+
 VER        = 1.7.6
 
 THISAPP    = pmacct-$(VER)
@@ -32,10 +34,13 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = pmacct
-PAK_VER    = 1
+PAK_VER    = 2
+
 
 DEPS       = libcdada
 
+SERVICES   = pmacct
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -44,7 +49,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = b829cfdc394d5acd6d32fb23de181a6b
+$(DL_FILE)_BLAKE2 = df04822e88f9409d335457031fb26ce4ae8b5da13cf2f55f8d6c78eb50dade62ef763d389ac81a509d9351e12844446ac73171e9966a5aeeecc0e5fb10219c73
 
 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
@@ -77,13 +82,15 @@ $(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) && rm configure
+       cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/pmacct-1.7.6-Werror.patch
        cd $(DIR_APP) && ./autogen.sh
-       cd $(DIR_APP) && ./configure                    \
-               --prefix=/usr                           \
-               --sysconfdir=/etc/pmacct                \
-               --enable-sqlite3                        \
-               --enable-l2                             \
-               --enable-jansson
+       cd $(DIR_APP) && ./configure                \
+                       --prefix=/usr                       \
+                       --sysconfdir=/etc/pmacct        \
+                       --enable-sqlite3                    \
+                       --enable-l2                             \
+                       --enable-jansson
        # Add directory for plugins and pipes
        -mkdir -v /var/spool/pmacct
        # Add configuration folder and copy conf file to it
@@ -92,7 +99,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install
        #install initscripts
-       $(call INSTALL_INITSCRIPT,pmacct)
+       $(call INSTALL_INITSCRIPTS,$(SERVICES))
        # Install backup definition
        install -v -m 644 ${DIR_SRC}/config/backup/includes/pmacct \
                        /var/ipfire/backup/addons/includes/pmacct