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

« back to all changes in this revision

Viewing changes to lfs/screen

  • 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  Michael Tremer & Christian Schmidt                      #
 
4
# Copyright (C) 2014  Michael Tremer & Christian Schmidt                      #
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        = 4.0.3
 
27
VER        = 4.2.1
28
28
 
29
29
THISAPP    = screen-$(VER)
30
30
DL_FILE    = $(THISAPP).tar.gz
40
40
 
41
41
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
42
42
 
43
 
$(DL_FILE)_MD5 = 8506fd205028a96c741e4037de6e3c42
 
43
$(DL_FILE)_MD5 = 419a0594e2b25039239af8b90eda7d92
44
44
 
45
45
install : $(TARGET)
46
46
 
70
70
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
71
71
        @$(PREBUILD)
72
72
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
73
 
        cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/screen-4.0.3-stropts.patch
 
73
        cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/screen-4.2.1-cpation-hardstatus.patch
 
74
        cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/screen-4.2.1-altscreen.patch
74
75
        cd $(DIR_APP) && ./configure --prefix=/usr --with-socket-dir=/var/run/screen --with-sys-screenrc=/etc/screenrc
75
76
        cd $(DIR_APP) && sed -i -e "s%/usr/local/etc/screenrc%/etc/screenrc%" {etc,doc}/*
76
77
        cd $(DIR_APP) && make $(MAKETUNING)