Module submission - libcaca
dveatch@woh.rr.com
dveatch at woh.rr.com
Thu Jun 2 15:23:12 UTC 2005
module name : libcaca
suggested section : libs
update (y/n) : n
bugfix (y/n) : n
security (y/n) : n
Optionally used by gst-plugins.
dveatch
-------------- next part --------------
--- libcaca/BUILD
+++ libcaca/BUILD
@@ -0,0 +1, @@
+(
+
+
+
+ ./configure --prefix=/usr \
+ --disable-debug \
+ --disable-doc \
+
+ default_make
+
+) > $C_FIFO 2>&1
--- libcaca/DETAILS
+++ libcaca/DETAILS
@@ -0,0 +1, @@
+ MODULE=libcaca
+ VERSION=0.9
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL[0]=http://sam.zoy.org/$MODULE
+ SOURCE_VFY=sha1:25615139b0f5938b3e439c777364e7d8cd12634d
+ WEB_SITE=http://sam.zoy.org/libcaca/
+ ENTERED=20050602
+ UPDATED=20050602
+ GCCWRAPPERS=on
+ SHORT="This library outputs text instead of pixels, useful on older video cards or text terminals. "
+
+cat << EOF
+The libcaca library is a graphics library that outputs text instead of pixels, so that it can work on older video cards or text terminals. It is not unlike the famous AAlib library. libcaca needs a terminal to work, thus it should work on all Unix systems (including Mac OS X) using either the slang library or the ncurses library, on DOS using the <conio.h> library, and on Windows systems using either slang or ncurses (through Cygwin emulation) or <conio.h>.
+EOF
More information about the Lunar
mailing list