X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Flibgpg-error;h=ac618dcca96568d610edb0c32e335267909cdb8c;hb=0f458e4df0c6d99b957d6d175cdd241cff176a6b;hp=59108c155808d4b6467864ee98572ab61bd0e03a;hpb=360378014d0ba62c1ced4b204080f05c2a3de575;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/libgpg-error b/lfs/libgpg-error index 59108c1558..ac618dcca9 100644 --- a/lfs/libgpg-error +++ b/lfs/libgpg-error @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2007-2017 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,17 +24,13 @@ include Config -VER = 1.10 +VER = 1.27 THISAPP = libgpg-error-$(VER) DL_FILE = $(THISAPP).tar.bz2 DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) -PROG = libgpg-error -PAK_VER = 1 - -DEPS = "" ############################################################################### # Top-level Rules @@ -44,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 736a03daa9dc5873047d4eb4a9c22a16 +$(DL_FILE)_MD5 = 5217ef3e76a7275a2a3b569a12ddc989 install : $(TARGET) @@ -54,9 +50,6 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects)) md5 : $(subst %,%_MD5,$(objects)) -dist: - @$(PAK) - ############################################################################### # Downloading, checking, md5sum ###############################################################################