the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: xmlstarlet
Version: 1.3.0
Revision: 1
Description: Command-line XML manipulation tool
DescDetail: <<
XMLStarlet is a set of command line utilities which can be used to
transform, query, validate, and edit XML documents and files using
simple set of shell commands in similar way it is done for plain text
files using UNIX grep, sed, awk, diff, patch, join, etc commands.
<<
Homepage: http://xmlstar.sourceforge.net/
License: OSI-Approved
Maintainer: Daniel Macks
BuildDepends: <<
fink (>= 0.24.12-1),
libiconv-dev,
libxml2 (>= 2.7.7-1),
libxml2-bin (>= 2.7.7-1),
libxslt (>= 1.1.9-1)
<<
Depends: <<
libiconv,
libxml2-shlibs (>= 2.7.7-1),
libxslt-shlibs (>= 1.1.9-1)
<<
Source: mirror:sourceforge:xmlstar/%n-%v.tar.gz
Source-MD5: 4553fb51c38372e862987d0447e730ba
ConfigureParams: --mandir=%p/share/man --with-libiconv-prefix=%p --disable-dependency-tracking
CompileScript: <<
./configure %c
make
<<
InstallScript: make install DESTDIR=%d
DocFiles: AUTHORS ChangeLog COPYING Copyright NEWS README TODO doc/xmlstarlet*.??*