summaryrefslogtreecommitdiff
path: root/screen
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2006-10-24 19:18:56 +0200
committerJuergen Daubert <jue@jue.li>2006-10-24 19:18:56 +0200
commite48c1cda524ffba5cb0e94641ec7cdc5dda012b5 (patch)
tree95160c19401bd6fb276a9ecf00e9970c267d155e /screen
parent7fb1b70397159679fddf1492946c93111266fbe2 (diff)
downloadopt-e48c1cda524ffba5cb0e94641ec7cdc5dda012b5.tar.gz
opt-e48c1cda524ffba5cb0e94641ec7cdc5dda012b5.tar.xz
screen: update to 4.0.3
Diffstat (limited to 'screen')
-rw-r--r--screen/.footprint4
-rw-r--r--screen/.md5sum2
-rw-r--r--screen/Pkgfile7
3 files changed, 6 insertions, 7 deletions
diff --git a/screen/.footprint b/screen/.footprint
index 98ecf81fc..b048733b3 100644
--- a/screen/.footprint
+++ b/screen/.footprint
@@ -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
diff --git a/screen/.md5sum b/screen/.md5sum
index 5e48156d0..e9b4cf413 100644
--- a/screen/.md5sum
+++ b/screen/.md5sum
@@ -1 +1 @@
-ed68ea9b43d9fba0972cb017a24940a1 screen-4.0.2.tar.gz
+8506fd205028a96c741e4037de6e3c42 screen-4.0.3.tar.gz
diff --git a/screen/Pkgfile b/screen/Pkgfile
index bc8d6a4ff..74be71a65 100644
--- a/screen/Pkgfile
+++ b/screen/Pkgfile
@@ -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
}

Generated by cgit