Fix dependencies and license
This commit is contained in:
@@ -1,10 +1,9 @@
|
|||||||
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.47
|
version: 2.47
|
||||||
revision: 2
|
revision: 3
|
||||||
url: https://github.com/chorny/XML-Parser
|
url: https://github.com/chorny/XML-Parser
|
||||||
license: GPL,PerlArtistic
|
license: GPL,PerlArtistic
|
||||||
architecture: any
|
architecture: any
|
||||||
depends: ["expat","glibc","perl"]
|
depends: ["expat"]
|
||||||
make_depends: ["bash","binutils","coreutils","expat","gcc","glibc","make","perl"]
|
|
||||||
type: source
|
type: source
|
||||||
|
|||||||
@@ -29,4 +29,7 @@ check() {
|
|||||||
# This function is used to move the compiled files into the output directory
|
# This function is used to move the compiled files into the output directory
|
||||||
package() {
|
package() {
|
||||||
make DESTDIR="$BPM_OUTPUT" install
|
make DESTDIR="$BPM_OUTPUT" install
|
||||||
|
|
||||||
|
# Install package license
|
||||||
|
install -Dm644 "$BPM_SOURCE"/LICENSE "$BPM_OUTPUT"/usr/share/licenses/perl-xml-parser/LICENSE
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user