mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/perl-xml-sax: Updated for version 0.16
This commit is contained in:
parent
e27b4bfd3c
commit
48bb71b680
3 changed files with 5 additions and 6 deletions
|
@ -1,5 +1,4 @@
|
|||
XML::SAX
|
||||
XML::SAX - Simple API for XML
|
||||
|
||||
Simple API for XML
|
||||
|
||||
In order to build it from source, you'll also need XML::NamespaceSupport (also available from SlackBuilds.org)
|
||||
In order to build it from source, you'll also need XML::NamespaceSupport
|
||||
(also available from SlackBuilds.org)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
if [ -f usr/lib/perl5/site_perl/5.8.8/XML/SAX/ParserDetails.ini ]; then
|
||||
if [ -f usr/lib/perl5/vendor_perl/5.10.0/XML/SAX/ParserDetails.ini ]; then
|
||||
echo "ParserDetails.ini file already installed.";
|
||||
else
|
||||
perl -MXML::SAX -e "XML::SAX->add_parser(q(XML::SAX::PurePerl))->save_parsers()"
|
||||
|
|
|
@ -9,7 +9,7 @@ PRGNAM=perl-xml-sax
|
|||
SRCNAM=XML-SAX
|
||||
VERSION=0.16
|
||||
ARCH=noarch
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
CWD=$(pwd)
|
||||
|
|
Loading…
Reference in a new issue