screen: update to 4.0.3

This commit is contained in:
Juergen Daubert 2006-10-24 19:18:56 +02:00
parent 7fb1b70397
commit e48c1cda52
3 changed files with 6 additions and 7 deletions

View File

@ -1,7 +1,7 @@
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
lrwxrwxrwx root/root usr/bin/screen -> screen-4.0.3
-rwsr-xr-x root/root usr/bin/screen-4.0.3
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

View File

@ -1 +1 @@
ed68ea9b43d9fba0972cb017a24940a1 screen-4.0.2.tar.gz
8506fd205028a96c741e4037de6e3c42 screen-4.0.3.tar.gz

View File

@ -4,15 +4,14 @@
# Depends on: ncurses
name=screen
version=4.0.2
release=2
version=4.0.3
release=1
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}
rm -rf $PKG/usr/info
}