# Description: A program that emulates the detach feature of screen # URL: http://dtach.sourceforge.net # Maintainer: Maximilian Dietrich, dxm at openmailbox dot org # Depends on: name=dtach version=0.8 release=1 source=(http://downloads.sourceforge.net/sourceforge/$name/$name-$version.tar.gz) build () { cd "$name-$version" ./configure --prefix=/usr --mandir=/usr/man make install -Dm755 dtach $PKG/usr/bin/dtach install -Dm644 dtach.1 $PKG/usr/man/man1/dtach.1 }