Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv28057

Added Files:
        alex.info 
Log Message:
New package alex

--- NEW FILE: alex.info ---
Package: alex
Version: 3.0.5
Revision: 1
Source: http://hackage.haskell.org/packages/archive/%n/%v/%n-%v.tar.gz
Source-MD5: 018f9817cd3c094294c8ab83e530c1c8
SourceDirectory: %n-%v

BuildDepends: autoconf | autoconf2.6, docbook-dtd, docbook-xsl
Depends: ghc, ghc-quickcheck

CompileScript: <<
#!/bin/sh -ev

runghc Setup.lhs configure --prefix=%p --docdir=%p/share/doc/%n
runghc Setup.lhs build

cd doc
autoconf
./configure %c
make
sed -e 's,@DOCDIR@,%p/share/doc/%n,' -e 's/@VERSION@/%v/' -e 
's,@DATADIR@,%p/share/%n-%v,' alex.1.in > alex.1
<<
InstallScript: <<
runghc Setup.lhs copy --destdir=%d
mkdir -p %i/share/doc/%n/html
cp -r doc/%n/* %i/share/doc/%n/html
mkdir -p %i/share/man/man1
cp doc/%n.1 %i/share/man/man1
<<

DocFiles: ANNOUNCE LICENSE README TODO examples

Description: Lexical analyser generator for Haskell
DescDetail: <<
Alex is a tool for generating lexical analysers in Haskell, given a
description of the tokens to be recognised in the form of regular
expressions. It is similar to the tool lex or flex for C/C++.
<<
Homepage: http://www.haskell.org/alex/
License: BSD
Maintainer: Brendan Cully <bren...@finkproject.org>


------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to