X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fperl-PDF-API2;h=f3ea7bd872660bd0829ac50f4a9d8a6ae60781aa;hp=8b0af9a97f554e01cc8fbd7e3a93c3e76ae6574c;hb=15b1a3e360a277dc7481103f8ddcbf189033e3a6;hpb=a767496442939a5e5cec1a44114f2f747ef07a07 diff --git a/lfs/perl-PDF-API2 b/lfs/perl-PDF-API2 index 8b0af9a97f..f3ea7bd872 100644 --- a/lfs/perl-PDF-API2 +++ b/lfs/perl-PDF-API2 @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2011 IPFire Team # +# Copyright (C) 2007-2018 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,15 +24,14 @@ include Config -VER = 2.020 +VER = 2.033 THISAPP = PDF-API2-$(VER) DL_FILE = $(THISAPP).tar.gz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) + TARGET = $(DIR_INFO)/$(THISAPP) -PROG = perl-PDF-API2 -PAK_VER = 1 ############################################################################### # Top-level Rules @@ -42,7 +41,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = c0d20bfd03883b5b2b2a7fd47455249a +$(DL_FILE)_MD5 = 4223a38add42741f996bd67d5f2f8e5b install : $(TARGET) @@ -52,9 +51,6 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects)) md5 : $(subst %,%_MD5,$(objects)) -dist: - @$(PAK) - ############################################################################### # Downloading, checking, md5sum ###############################################################################