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
|
||||
description: A perl module for parsing xml documents
|
||||
version: "2.51"
|
||||
revision: 1
|
||||
version: "2.59"
|
||||
revision: 2
|
||||
url: https://github.com/chorny/XML-Parser
|
||||
license: GPL,PerlArtistic
|
||||
maintainers:
|
||||
@@ -10,10 +10,11 @@ architecture: any
|
||||
type: source
|
||||
depends:
|
||||
- expat
|
||||
- perl-file-sharedir
|
||||
make_depends:
|
||||
- perl-file-sharedir-install
|
||||
downloads:
|
||||
- url: https://cpan.metacpan.org/authors/id/T/TO/TODDR/XML-Parser-${BPM_PKG_VERSION}.tar.gz
|
||||
extract_to: ${BPM_SOURCE}
|
||||
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 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