opt/screen/Pkgfile

19 lines
516 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# 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
2006-10-24 19:18:56 +02:00
version=4.0.3
release=2
2007-03-29 19:05:04 +02:00
source=(http://fresh.t-systems-sfr.com/unix/src/misc//$name-$version.tar.gz)
2006-02-23 16:26:10 +01:00
build () {
cd $name-$version
./configure --prefix=/usr --enable-colors256
make
make DESTDIR=$PKG install
2006-10-24 19:18:56 +02:00
rm -rf $PKG/usr/info
chmod -s $PKG/usr/bin/$name-$version
2006-02-23 16:26:10 +01:00
}