# -*- 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 Portable ascii art GFX library
long_description AA-lib is a low level gfx library just as many other \
libraries are. The main difference is that AA-lib does \
not require graphics device. In fact, there is no \
graphical output possible. AA-lib replaces those \
old-fashioned output methods with powerful ascii-art \
renderer. Now my linux boots with a nice penguin logo \
at secondary display (yes! Like Win95 does:) AA-lib API \
is designed to be similar to other graphics libraries. \
Learning a new API would be a piece of cake!
homepage http://aa-project.sourceforge.net/aalib/
master_sites sourceforge:aa-project freebsd
checksums rmd160 a10bcab16d3aa0e60facca3e989f6a51846885f6 \
sha256 fbddda9230cf6ee2a4f5706b4b11e2190ae45f5eda1f0409dc4f99b35e0a70ee \
configure.args --without-x --with-ncurses \
--enable-shared --disable-static \
--mandir=${prefix}/share/man \
--infodir=${prefix}/share/info
configure.cppflags-append \
patchfiles automake.patch malloc.patch \
patch-aacurkbd.c.diff patch-aacurses.c.diff \
configure.args-delete --without-x
configure.args-append --with-x