~vcs-imports/ipfire/ipfire-2.x

« back to all changes in this revision

Viewing changes to lfs/libevent2

  • Committer: Dirk Wagner
  • Date: 2014-12-23 08:02:23 UTC
  • mfrom: (4405.56.108)
  • Revision ID: git-v1:601f8347ccb1e9c5e3f250ff26d4097ecd698875
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into asterisk-update

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
###############################################################################
2
2
#                                                                             #
3
3
# IPFire.org - A linux based firewall                                         #
4
 
# Copyright (C) 2007-2011  IPFire Team  <info@ipfire.de>                      #
 
4
# Copyright (C) 2007-2014  IPFire Team  <info@ipfire.de>                      #
5
5
#                                                                             #
6
6
# This program is free software: you can redistribute it and/or modify        #
7
7
# it under the terms of the GNU General Public License as published by        #
24
24
 
25
25
include Config
26
26
 
27
 
VER        = 2.0.13-stable
 
27
VER        = 2.0.21-stable
28
28
 
29
29
THISAPP    = libevent-$(VER)
30
30
DL_FILE    = $(THISAPP).tar.gz
33
33
TARGET     = $(DIR_INFO)/$(THISAPP)
34
34
 
35
35
PROG       = libevent2
36
 
PAK_VER    = 1
 
36
PAK_VER    = 2
37
37
 
38
38
DEPS       = ""
39
39
 
45
45
 
46
46
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
47
47
 
48
 
$(DL_FILE)_MD5 = af786b4b3f790c9d3279792edf7867fc
 
48
$(DL_FILE)_MD5 = b2405cc9ebf264aa47ff615d9de527a2
49
49
 
50
50
install : $(TARGET)
51
51