the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: dtach
Version: 0.8
Revision: 1
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Maintainer: Sumit Narayan
HomePage: http://sourceforge.net/projects/dtach/
License: GPL
Description: Emulates detach feature of screen
Source-MD5: ec5999f3b6bb67da19754fcb2e5221f3
InstallScript: <<
#! /bin/sh -ev
install -d %i/bin
install -c dtach %i/bin
install -d %i/share/man/man1
install -c dtach.1 %i/share/man/man1/dtach.1
<<