X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Ffireinfo;h=c2e72389383c0b4d42f804b7cc28c243ae328db1;hb=7e616a3297626457639b9708b4e31efe41c4fff8;hp=c70eeca3915ae4aaf84f270774cf3594c4c8eb5a;hpb=99aceb073b579438c7c6f404ec1d62d5b8ae7220;p=people%2Fteissler%2Fipfire-2.x.git diff --git a/lfs/fireinfo b/lfs/fireinfo index c70eeca39..c2e723893 100644 --- a/lfs/fireinfo +++ b/lfs/fireinfo @@ -24,11 +24,11 @@ include Config -VER = 0.11 +VER = 2.1.6 -THISAPP = fireinfo-$(VER) +THISAPP = fireinfo-v$(VER) DL_FILE = $(THISAPP).tar.gz -DL_FROM = $(URL_IPFIRE) +DL_FROM = http://source.ipfire.org/releases/fireinfo/ DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 760edfe3887cfac62360443fd7abe150 +$(DL_FILE)_MD5 = ff8eb520af49c0bf00722aac167070cd install : $(TARGET) @@ -76,8 +76,5 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) # Remove egg-info rm -rvf /usr/lib/python*/site-packages/fireinfo*.egg-info - # XXX Set flag to send profile. - touch /var/ipfire/main/send_profile - @rm -rf $(DIR_APP) @$(POSTBUILD)