Compare commits
6
Commits
d7bd80bc4b
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6657224e2d
|
||
|
|
53418ac729
|
||
|
|
9c5c4e4936
|
||
|
|
48f70b63a0
|
||
|
|
0596efd559
|
||
|
|
bc3abfeb0b
|
+4
-3
@@ -1,7 +1,7 @@
|
|||||||
name: perl-xml-parser
|
name: perl-xml-parser
|
||||||
description: A perl module for parsing xml documents
|
description: A perl module for parsing xml documents
|
||||||
version: "2.51"
|
version: "2.59"
|
||||||
revision: 1
|
revision: 2
|
||||||
url: https://github.com/chorny/XML-Parser
|
url: https://github.com/chorny/XML-Parser
|
||||||
license: GPL,PerlArtistic
|
license: GPL,PerlArtistic
|
||||||
maintainers:
|
maintainers:
|
||||||
@@ -10,10 +10,11 @@ architecture: any
|
|||||||
type: source
|
type: source
|
||||||
depends:
|
depends:
|
||||||
- expat
|
- expat
|
||||||
|
- perl-file-sharedir
|
||||||
make_depends:
|
make_depends:
|
||||||
- perl-file-sharedir-install
|
- perl-file-sharedir-install
|
||||||
downloads:
|
downloads:
|
||||||
- url: https://cpan.metacpan.org/authors/id/T/TO/TODDR/XML-Parser-${BPM_PKG_VERSION}.tar.gz
|
- url: https://cpan.metacpan.org/authors/id/T/TO/TODDR/XML-Parser-${BPM_PKG_VERSION}.tar.gz
|
||||||
extract_to: ${BPM_SOURCE}
|
extract_to: ${BPM_SOURCE}
|
||||||
extract_strip_components: 1
|
extract_strip_components: 1
|
||||||
checksum: 61b07878ff5095375fbbf095c1779808d6d99cf142a176bbf8900f42604e82eb
|
checksum: a358fd7c49f5e27717a644a9102bd21dc7fc25a415983279c59b1580e2b62a58
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
# This is the source.sh script. It is executed by BPM in a temporary directory when compiling a source package
|
# This is the recipe.sh script. It is executed by BPM in a temporary directory when compiling a source package
|
||||||
# BPM Expects the source code to be extracted into the automatically created 'source' directory which can be accessed using $BPM_SOURCE
|
# BPM Expects the source code to be extracted into the automatically created 'source' directory which can be accessed using $BPM_SOURCE
|
||||||
# BPM Expects the output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT
|
# BPM Expects the output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT
|
||||||
|
|
||||||
Reference in New Issue
Block a user