the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: rxp
Version: 1.2.5
Revision: 1
#
Source: ftp://ftp.cogsci.ed.ac.uk/pub/richard/%n-%v.tar.gz
Source-MD5: ee57e34c88ce3460f7b3bd40af744ab4
#
PatchScript: <<
perl -pi.old -e 's/gcc/cc/g' Makefile
rm -f Makefile.old
<<
CompileScript: <<
echo "No configuration required"
make
<<
InstallScript: <<
mkdir -p %i/bin %i/share/man/man1
cp rxp %i/bin
chmod a+rx %i/bin/rxp
cp rxp.1 %i/share/man/man1
chmod a+r %i/share/man/man1/rxp.1
<<
#
DocFiles: COPYING COPYRIGHT Manual RELNOTES Threads
#
Description: XML well-formedness checker and validator
DescDetail: <<
RXP is a program to check the well-formedness of an XML document
and also validate it.
<<
Homepage: http://www.cogsci.ed.ac.uk/~richard/rxp.html
License: GPL
Maintainer: None