clx-openmcl _unstable_ port information

Package: clx-openmcl
Version: 040210
Revision: 5
Architecture: powerpc
Description: Low-level X11 client library for OpenMCL
License: BSD
Maintainer: None

Depends: openmcl (>= 0.14.3), x11
BuildDepends: fink (>= 0.24.12-1), x11-dev

Source: ftp://clozure.com/pub/CLX/clx-%v.tar.gz
Source-MD5: c9e54607da4c1f6a9285fed02f7205ea
SourceDirectory: clx

PatchFile: %n.patch
PatchFile-MD5: 6e07e8f61390fee75da1d51de10fc3e9

CompileScript: <<
echo '(load "clx/defsystem.lisp")' > ../build-clx.lisp
echo '(cl-user::compile-clx "clx/*.lisp")' >> ../build-clx.lisp
echo '(load "clx/concat-clx.lisp")' >> ../build-clx.lisp
echo '(cl-user::concat-clx "clx" "clx/")' >> ../build-clx.lisp
cd .. ; openmcl --batch < build-clx.lisp
<<

InstallScript: <<
find . -type d -name CVS -depth -exec rm -rf {} \;
find . -type f -name .cvsignore -exec rm {} \;
install -m 755 -d %i/lib/openmcl/ccl/library
install -m 644 ../clx.dfsl %i/lib/openmcl/ccl/library
install -m 755 -d %i/lib/openmcl/ccl/examples/clx
cp -R demo %i/lib/openmcl/ccl/examples/clx
cp -R test %i/lib/openmcl/ccl/examples/clx
<<

DocFiles: LICENSE README README.OpenMCL

Homepage: http://www.cliki.net/CLX/

DescDetail: <<
CLX is the common lisp equivilent of Xlib for C.
<<

DescUsage: <<
Evaluate (require "clx") to load CLX support.
<<

DescPackaging: <<
This package needs to be rebuilt any time OpenMCL's binary file
version changes.

Patch contains the license

Previous version by Lars Rosengreen.
<<