diff options
author | Johannes Winkelmann <jw@smts.ch> | 2006-02-23 15:26:10 +0000 |
---|---|---|
committer | Johannes Winkelmann <jw@smts.ch> | 2006-02-23 15:26:10 +0000 |
commit | bdea7e6c6a535e57a07d376a3139d0788efaaa41 (patch) | |
tree | 1a7334c99fa39b1ad1a7a35c113b18cb0d92413c /screen | |
download | opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.gz opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.xz |
create branch for 2.2
Diffstat (limited to 'screen')
-rw-r--r-- | screen/.footprint | 27 | ||||
-rw-r--r-- | screen/.md5sum | 1 | ||||
-rw-r--r-- | screen/Pkgfile | 18 |
3 files changed, 46 insertions, 0 deletions
diff --git a/screen/.footprint b/screen/.footprint new file mode 100644 index 000000000..98ecf81fc --- /dev/null +++ b/screen/.footprint @@ -0,0 +1,27 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +lrwxrwxrwx root/root usr/bin/screen -> screen-4.0.2 +-rwsr-xr-x root/root usr/bin/screen-4.0.2 +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man1/ +-rw-r--r-- root/root usr/man/man1/screen.1.gz +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/screen/ +drwxr-xr-x root/root usr/share/screen/utf8encodings/ +-rw-r--r-- root/root usr/share/screen/utf8encodings/01 +-rw-r--r-- root/root usr/share/screen/utf8encodings/02 +-rw-r--r-- root/root usr/share/screen/utf8encodings/03 +-rw-r--r-- root/root usr/share/screen/utf8encodings/04 +-rw-r--r-- root/root usr/share/screen/utf8encodings/18 +-rw-r--r-- root/root usr/share/screen/utf8encodings/19 +-rw-r--r-- root/root usr/share/screen/utf8encodings/a1 +-rw-r--r-- root/root usr/share/screen/utf8encodings/bf +-rw-r--r-- root/root usr/share/screen/utf8encodings/c2 +-rw-r--r-- root/root usr/share/screen/utf8encodings/c3 +-rw-r--r-- root/root usr/share/screen/utf8encodings/c4 +-rw-r--r-- root/root usr/share/screen/utf8encodings/c6 +-rw-r--r-- root/root usr/share/screen/utf8encodings/c7 +-rw-r--r-- root/root usr/share/screen/utf8encodings/c8 +-rw-r--r-- root/root usr/share/screen/utf8encodings/cc +-rw-r--r-- root/root usr/share/screen/utf8encodings/cd +-rw-r--r-- root/root usr/share/screen/utf8encodings/d6 diff --git a/screen/.md5sum b/screen/.md5sum new file mode 100644 index 000000000..5e48156d0 --- /dev/null +++ b/screen/.md5sum @@ -0,0 +1 @@ +ed68ea9b43d9fba0972cb017a24940a1 screen-4.0.2.tar.gz diff --git a/screen/Pkgfile b/screen/Pkgfile new file mode 100644 index 000000000..bc8d6a4ff --- /dev/null +++ b/screen/Pkgfile @@ -0,0 +1,18 @@ +# Description: A screen manager with VT100/ANSI terminal emulation +# URL: http://www.gnu.org/software/screen/ +# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de +# Depends on: ncurses + +name=screen +version=4.0.2 +release=2 +source=(ftp://ftp.uni-erlangen.de/pub/utilities/$name/$name-$version.tar.gz) + +build () { + cd $name-$version + export TERMINFO=$PKG/usr/share/terminfo + ./configure --prefix=/usr --enable-colors256 + make + make DESTDIR=$PKG install + rm -rf $PKG/usr/{info,share/terminfo} +} |