X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Flibevent2;h=e2ad69fd5e99980dd1e50749d4cc550be6021282;hb=78d060860bd7a10e44d147fe73e5c63fa6edcbc7;hp=1fbc7db0912d09921a2f52b5b9e857ace8dab694;hpb=80756cd34478312d43c44dcb76df2532136dec3b;p=ipfire-2.x.git diff --git a/lfs/libevent2 b/lfs/libevent2 index 1fbc7db091..e2ad69fd5e 100644 --- a/lfs/libevent2 +++ b/lfs/libevent2 @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2007-2014 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,7 +24,7 @@ include Config -VER = 2.0.13-stable +VER = 2.0.21-stable THISAPP = libevent-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,6 +32,11 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) +PROG = libevent2 +PAK_VER = 2 + +DEPS = "" + ############################################################################### # Top-level Rules ############################################################################### @@ -40,7 +45,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = af786b4b3f790c9d3279792edf7867fc +$(DL_FILE)_MD5 = b2405cc9ebf264aa47ff615d9de527a2 install : $(TARGET) @@ -63,6 +68,8 @@ $(patsubst %,$(DIR_DL)/%,$(objects)) : $(subst %,%_MD5,$(objects)) : @$(MD5) +dist: + @$(PAK) ############################################################################### # Installation Details ###############################################################################