X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=blobdiff_plain;f=lfs%2Flibevent2;h=0756ab15c9aaed0918629799590cec9f03a38637;hp=1fbc7db0912d09921a2f52b5b9e857ace8dab694;hb=eff2dbf8336c3935535a5f5565bfc27c4fccd4bb;hpb=7273a322385000e403df6a9569f6352247b3ff30 diff --git a/lfs/libevent2 b/lfs/libevent2 index 1fbc7db09..0756ab15c 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-2011 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 # @@ -32,6 +32,11 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) +PROG = libevent2 +PAK_VER = 1 + +DEPS = "" + ############################################################################### # Top-level Rules ############################################################################### @@ -63,6 +68,8 @@ $(patsubst %,$(DIR_DL)/%,$(objects)) : $(subst %,%_MD5,$(objects)) : @$(MD5) +dist: + @$(PAK) ############################################################################### # Installation Details ###############################################################################