dclock _unstable_ port information

Package: dclock
Version: 2.1
Revision: 1001
Maintainer: Rob Braun
GCC: 4.0
BuildDepends: x11-dev, xmkmf (>= 1.0.2-3)
Depends: x11
Source: http://bach.ece.jhu.edu/~tim/programs/archive/%n.tar.gz
Source-MD5: 404522486114f9cd027c3e286d42837c
DocFiles: README TODO
TarFilesRename: dclock.c:littledclock.c
PatchScript: <<
mv Imakefile Imakefile.orig
cat Imakefile.orig | sed -e 's/dclock\./littledclock\./' > Imakefile
mv Dclock.c Dclock.c.orig
cat Dclock.c.orig | sed -e 's|#include ||' > Dclock.c
<<
CompileScript: <<
#!/bin/sh -ev
export PATH=%p/lib/xmkmf/bin:$PATH
export IMAKEINCLUDE=-I%p/lib/X11/config
xmkmf
make dclock
<<
InstallScript: <<
#!/bin/sh -ev
export PATH=%p/lib/xmkmf/bin:$PATH
export IMAKEINCLUDE=-I%p/lib/X11/config
make DESTDIR=%d BINDIR=%p/bin MANPATH=%p/share/man DOCDIR=%p/share/doc/%n INSTALLFLAGS=-c install
mkdir -p %i/share/man/man1
cp dclock.1 %i/share/man/man1/
<<
Description: Digital clock for the X11 environment
DescDetail: <<
Digital clock for the X11 environment
<<
License: GPL
Homepage: http://bach.ece.jhu.edu/~tim/programs/