From 546f69c87df84eece09b55197a6968640a991f66 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sun, 2 Oct 2011 21:14:35 +0200 Subject: [PATCH] libevent2: change to package. add it to transmission deps. --- config/rootfiles/{common => packages}/libevent2 | 0 lfs/libevent2 | 10 ++++++++-- lfs/transmission | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) rename config/rootfiles/{common => packages}/libevent2 (100%) diff --git a/config/rootfiles/common/libevent2 b/config/rootfiles/packages/libevent2 similarity index 100% rename from config/rootfiles/common/libevent2 rename to config/rootfiles/packages/libevent2 diff --git a/lfs/libevent2 b/lfs/libevent2 index 1fbc7db091..401ccbeaa3 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 ############################################################################### @@ -62,7 +67,8 @@ $(patsubst %,$(DIR_DL)/%,$(objects)) : $(subst %,%_MD5,$(objects)) : @$(MD5) - +dist: + @$(PAK) ############################################################################### # Installation Details ############################################################################### diff --git a/lfs/transmission b/lfs/transmission index b4ba4c44b4..d15631f516 100644 --- a/lfs/transmission +++ b/lfs/transmission @@ -34,7 +34,7 @@ TARGET = $(DIR_INFO)/$(THISAPP) PROG = transmission PAK_VER = 1 -DEPS = "" +DEPS = "libevent2" ############################################################################### # Top-level Rules -- 2.39.2