# Description: Emulates the detach feature of screen # URL: http://dtach.sourceforge.net/ # Maintainer: z3bra, dev at z3bra dot org # Depends on: glibc name=dtach version=0.8 release=2 source=(http://downloads.sourceforge.net/sourceforge/$name/$name-$version.tar.gz) build() { cd "$name-$version" ./configure --prefix=/usr make install -Dm755 dtach "${PKG}/usr/bin/dtach" install -Dm644 dtach.1 "${PKG}/usr/share/man/man1/dtach.1" } # vim: set ft=sh ts=4 et: