This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ITP] aalib: An ascii art library


Hi

I would like to contribute and maintain the aalib package:

 o http://aa-project.sourceforge.net/           (Homepage)
 o http://sourceforge.net/projects/aa-project/  (Download location) 

The package can be found in the following distro:

 o http://packages.debian.org/stable/libs/aalib1
 
Ciao
  Volker

--

Here are the setup.hint files:

aalib:
======
sdesc: "An ascii art library"
ldesc: "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!"
category: Libs Graphics
requires: cygwin libaa1

libaa1:
=======
sdesc: "An ascii art library (runtime)"
ldesc: "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"
category: Libs Graphics
requires: cygwin libncurses8 xorg-x11-bin-dlls
external-source: aalib

aalib-devel:
============
sdesc: "An ascii art library (development)"
ldesc: "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."
category: Libs Graphics
requires: cygwin libncurses-devel xorg-x11-devel
external-source: aalib

-------------------------------- cut here ------------------------------------
#!/bin/bash

mkdir -p aalib/libaa1 aalib/aalib-devel

cd aalib
wget http://mitglied.lycos.de/vzell/cygwin/release/aalib/setup.hint
wget http://mitglied.lycos.de/vzell/cygwin/release/aalib/aalib-1.4rc5-1-src.tar.bz2
wget http://mitglied.lycos.de/vzell/cygwin/release/aalib/aalib-1.4rc5-1.tar.bz2

cd libaa1
wget http://mitglied.lycos.de/vzell/cygwin/release/aalib/libaa1/setup.hint
wget http://mitglied.lycos.de/vzell/cygwin/release/aalib/libaa1/libaa1-1.4rc5-1.tar.bz2

cd ../aalib-devel
wget http://mitglied.lycos.de/vzell/cygwin/release/aalib/aalib-devel/setup.hint
wget http://mitglied.lycos.de/vzell/cygwin/release/aalib/aalib-devel/aalib-devel-1.4rc5-1.tar.bz2
-------------------------------- cut here ------------------------------------


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]