add Added Files:
[hdw-repos/packages.git] / demian / screen / screen
1 # HDW Linux screen
2 #
3 # [M] Jonathan J. Vargas demian@hackdaworld.dyndns.org
4 # [I] A interesting application which let u open a new virtual 
5 # [I] terminal, detach it to background and retach it later from 
6 # [I] any terminal.
7 # [V] 3.9.13
8 # [S] 3 9
9 # [D] screen-3.9.13.tar.bz2 ftp://ftp.uni-erlangen.de/pub/utilities/screen/
10
11 confopt="$confopt --disable-socket-dir --with-sys-screenrc=$root/etc/screenrc"
12 post_install()
13 {
14     cp -v etc/screenrc $root/etc
15     cp -v terminfo/screencap $prefix/share/terminfo/s/
16 }