dclock stable port information

Package: dclock
Version: 2.2.2
Revision: 1
Maintainer: None
BuildDepends: freetype219, x11-dev, xft2-dev, xmkmf (>= 1.0.2-3)
Depends: x11, xft2-shlibs
Source: http://opencircuitdesign.com/~tim/programs/archive/%n-%v.tgz
SourceDirectory: %n
Source-MD5: 53dd6f204a96f9b9ef6b8919a160c181
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 ||' | 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
/usr/bin/make CC=cc CDEBUGFLAGS=-Os CCOPTIONS="-I%p/lib/xft2/include -I%p/include/freetype2" LOCAL_LDFLAGS=-L%p/lib PROJECTROOT=%p dclock
<<
InstallScript: <<
#!/bin/sh -ev
export PATH=%p/lib/xmkmf/bin:$PATH
export IMAKEINCLUDE=-I%p/lib/X11/config
/usr/bin/make DESTDIR=%d BINDIR=%p/bin MANPATH=%p/share/man DOCDIR=%p/share/doc/%n INSTALLFLAGS="-c -s" install
/bin/mkdir -p %i/share/man/man1
/bin/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://opencircuitdesign.com/~tim/programs/