mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
parent
28d6bd6e7b
commit
d9fc7daaa2
2 changed files with 11 additions and 10 deletions
|
@ -1,9 +1,10 @@
|
||||||
Disable asking/registering the parser at install time, we do this
|
Source: maxice8
|
||||||
in the INSTALL/REMOVE scripts.
|
Upstream: No
|
||||||
|
Reason: Fixes installation
|
||||||
|
|
||||||
--- Makefile.PL.orig 2009-04-21 19:00:26.282249017 +0200
|
--- Makefile.PL
|
||||||
+++ Makefile.PL 2009-04-21 19:00:33.901197702 +0200
|
+++ Makefile.PL
|
||||||
@@ -11,43 +11,3 @@ WriteMakefile(
|
@@ -12,43 +12,3 @@ WriteMakefile(
|
||||||
'XML::NamespaceSupport' => 0.03,
|
'XML::NamespaceSupport' => 0.03,
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
@ -37,7 +38,7 @@ in the INSTALL/REMOVE scripts.
|
||||||
- $script =~ s/install :: (.*)$/install :: $1 install_sax_pureperl/m;
|
- $script =~ s/install :: (.*)$/install :: $1 install_sax_pureperl/m;
|
||||||
- $script .= <<"INSTALL";
|
- $script .= <<"INSTALL";
|
||||||
-
|
-
|
||||||
-install_sax_pureperl :
|
-install_sax_pureperl : pure_install
|
||||||
-\t\@\$(PERL) -MXML::SAX -e "XML::SAX->add_parser(q(XML::SAX::PurePerl))->save_parsers()"
|
-\t\@\$(PERL) -MXML::SAX -e "XML::SAX->add_parser(q(XML::SAX::PurePerl))->save_parsers()"
|
||||||
-
|
-
|
||||||
-INSTALL
|
-INSTALL
|
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'perl-XML-SAX'.
|
# Template build file for 'perl-XML-SAX'.
|
||||||
pkgname=perl-XML-SAX
|
pkgname=perl-XML-SAX
|
||||||
version=0.99
|
version=1.00
|
||||||
revision=4
|
revision=1
|
||||||
wrksrc="${pkgname/perl-/}-${version}"
|
wrksrc="${pkgname/perl-/}-${version}"
|
||||||
build_style=perl-module
|
build_style=perl-module
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
|
@ -11,6 +11,6 @@ noarch="yes"
|
||||||
short_desc="Perl interface to the SAX2 XML Parser"
|
short_desc="Perl interface to the SAX2 XML Parser"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://search.cpan.org/dist/XML-SAX"
|
homepage="http://search.cpan.org/dist/XML-SAX"
|
||||||
license="Artistic, GPL-1"
|
license="Artistic-1.0-Perl, GPL-1.0-or-later"
|
||||||
distfiles="${CPAN_SITE}/XML/XML-SAX-$version.tar.gz"
|
distfiles="${CPAN_SITE}/XML/XML-SAX-$version.tar.gz"
|
||||||
checksum=32b04b8e36b6cc4cfc486de2d859d87af5386dd930f2383c49347050d6f5ad84
|
checksum=45ea6564ef8692155d57b2de0862b6442d3c7e29f4a9bc9ede5d7ecdc74c2ae3
|
||||||
|
|
Loading…
Add table
Reference in a new issue