Package: watch Version: 3.2.8 Revision: 31 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-Checksum: SHA256(11ed68d8a4433b91cd833deb714a3aa849c02aea738c42e6b4557982419c1535) 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). <<