# Description: emulates the detach feature of screen # URL: http://dtach.sourceforge.net/ # Maintainer: #teatime (irc.kyber.io), teatime at kyber dot io name=dtach version=0.9 release=1 source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.gz) build() { cd $name-$version ./configure --prefix=/usr make install -D -m 755 dtach $PKG/usr/bin/dtach install -D -m 644 dtach.1 $PKG/usr/share/man/man1/dtach.1 }