From bdea7e6c6a535e57a07d376a3139d0788efaaa41 Mon Sep 17 00:00:00 2001 From: Johannes Winkelmann Date: Thu, 23 Feb 2006 15:26:10 +0000 Subject: create branch for 2.2 --- screen/.footprint | 27 +++++++++++++++++++++++++++ screen/.md5sum | 1 + screen/Pkgfile | 18 ++++++++++++++++++ 3 files changed, 46 insertions(+) create mode 100644 screen/.footprint create mode 100644 screen/.md5sum create mode 100644 screen/Pkgfile (limited to 'screen') 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} +} -- cgit v1.2.3