Package: watch Version: 3.2.8 Revision: 1 Description: Continuously print the output of a command License: GPL/LGPL Maintainer: Benjamin Reed Depends: libncurses5-shlibs BuildDepends: libncurses5 Source: http://procps.sourceforge.net/procps-%v.tar.gz Source-MD5: 9532714b6846013ca9898984ba4cd7e0 UseMaxBuildJobs: true CompileScript: gcc -L%p/lib -I%p/include -lncurses -o watch watch.c InstallScript: << install -d -m 755 %i/bin install -c -m 755 watch %i/bin/ install -d -m 755 %i/share/man/man1 install -c -m 755 watch.1 %i/share/man/man1/ << DocFiles: AUTHORS BUGS COPYING* NEWS README* TODO Homepage: http://procps.sourceforge.net/ DescDetail: << Watch is like "top" for arbitrary commands. It is actually part of the linux "procps" package, but most of procps is useless on Mac OS X (there is no proc). <<