]> git.ipfire.org Git - people/trikolon/ipfire-2.x.git/commitdiff
libevent2: change to package.
authorArne Fitzenreiter <arne_f@ipfire.org>
Sun, 2 Oct 2011 19:14:35 +0000 (21:14 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sun, 2 Oct 2011 19:14:35 +0000 (21:14 +0200)
add it to transmission deps.

config/rootfiles/packages/libevent2 [moved from config/rootfiles/common/libevent2 with 100% similarity]
lfs/libevent2
lfs/transmission

index 1fbc7db0912d09921a2f52b5b9e857ace8dab694..401ccbeaa3e37788f58b63e1fa36163f8e48fd6f 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007  Michael Tremer & Christian Schmidt                      #
+# Copyright (C) 2007-2011  IPFire Team  <info@ipfire.de>                      #
 #                                                                             #
 # 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
 ###############################################################################
index b4ba4c44b4eb1ca88a5a0b01c8fe4215ab5e85ec..d15631f5162cf04d853ff59f5f5dd47527dd975d 100644 (file)
@@ -34,7 +34,7 @@ TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = transmission
 PAK_VER    = 1
 
-DEPS       = ""
+DEPS       = "libevent2"
 
 ###############################################################################
 # Top-level Rules