diff --git a/tscreen/.footprint b/tscreen/.footprint deleted file mode 100644 index e6c69d07d..000000000 --- a/tscreen/.footprint +++ /dev/null @@ -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 diff --git a/tscreen/.md5sum b/tscreen/.md5sum deleted file mode 100644 index 23ba2f7a7..000000000 --- a/tscreen/.md5sum +++ /dev/null @@ -1 +0,0 @@ -12303c84a93a78f1c44441323ba38845 tscreen-0.4.9.tar.gz diff --git a/tscreen/Pkgfile b/tscreen/Pkgfile deleted file mode 100644 index f98c6b62a..000000000 --- a/tscreen/Pkgfile +++ /dev/null @@ -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 -}