# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
description analog clock for X
Analogue Bitmap Clock displays the current time with \
hours and minutes in an analogue fashion but unlike \
the traditional clock\; unlike ordinary analogue clocks, \
this design is clear even in very small bitmaps.
homepage http://odur.let.rug.nl/~kleiweg/abclock/
checksums md5 a0175114294c63e13a061535823db1bf
reinplace "s|#include <values.h>||" ${worksrcpath}/abclock.c
build.target all XLIBDIR="-L${prefix}/lib" XINCLUDEDIR="-I${prefix}/include" OPT="${configure.cflags}"
xinstall -m 755 ${worksrcpath}/abclock ${destroot}${prefix}/bin
xinstall -m 755 ${worksrcpath}/abc_img ${destroot}${prefix}/bin
build.target-append OPT="${configure.cflags} ${configure.universal_cflags}"