tscreen: removed

This commit is contained in:
Thomas Penteker 2009-05-18 22:06:26 +02:00
parent 4845150823
commit 10beb2eb2f
3 changed files with 0 additions and 48 deletions

View File

@ -1,27 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
lrwxrwxrwx root/root usr/bin/tscreen -> tscreen-0.4.9
-rwxr-xr-x root/root usr/bin/tscreen-0.4.9
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/rscreen.1.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/tscreen/
drwxr-xr-x root/root usr/share/tscreen/utf8encodings/
-rw-r--r-- root/root usr/share/tscreen/utf8encodings/01
-rw-r--r-- root/root usr/share/tscreen/utf8encodings/02
-rw-r--r-- root/root usr/share/tscreen/utf8encodings/03
-rw-r--r-- root/root usr/share/tscreen/utf8encodings/04
-rw-r--r-- root/root usr/share/tscreen/utf8encodings/18
-rw-r--r-- root/root usr/share/tscreen/utf8encodings/19
-rw-r--r-- root/root usr/share/tscreen/utf8encodings/a1
-rw-r--r-- root/root usr/share/tscreen/utf8encodings/bf
-rw-r--r-- root/root usr/share/tscreen/utf8encodings/c2
-rw-r--r-- root/root usr/share/tscreen/utf8encodings/c3
-rw-r--r-- root/root usr/share/tscreen/utf8encodings/c4
-rw-r--r-- root/root usr/share/tscreen/utf8encodings/c6
-rw-r--r-- root/root usr/share/tscreen/utf8encodings/c7
-rw-r--r-- root/root usr/share/tscreen/utf8encodings/c8
-rw-r--r-- root/root usr/share/tscreen/utf8encodings/cc
-rw-r--r-- root/root usr/share/tscreen/utf8encodings/cd
-rw-r--r-- root/root usr/share/tscreen/utf8encodings/d6

View File

@ -1 +0,0 @@
12303c84a93a78f1c44441323ba38845 tscreen-0.4.9.tar.gz

View File

@ -1,20 +0,0 @@
# Description: A fork of GNU screen terminal manager
# URL: http://www.steve.org.uk/Software/tscreen
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on: ncurses
name=tscreen
version=0.4.9
release=1
source=(http://www.steve.org.uk/Software/tscreen/dist/$name-$version.tar.gz)
build () {
cd $name-$version
./configure --prefix=/usr \
--enable-colors256 \
--mandir=/usr/man
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/info
chmod -s $PKG/usr/bin/$name-$version
}