summaryrefslogtreecommitdiff
path: root/elements/core/perl.bst
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2017-11-26 23:40:38 +0000
committerJavier Jardón <jjardon@gnome.org>2017-12-12 15:58:11 +0000
commit7aad5150f69da42b84994c353283db5daf8e967f (patch)
tree813f30921faea689677aa308bd61488229266d06 /elements/core/perl.bst
parentfa91b837f4bf46b19678a2c3d6b56f73cdc786a6 (diff)
downloaddefinitions-7aad5150f69da42b84994c353283db5daf8e967f.tar.gz
Add BuildStream converted files
This is made by a conversion made in commit 8f8992a18d55c3abf28d4b6fc8036bd39d3dc1cf of definitions Check there to know what exact versions of YBD and defs2bst was used
Diffstat (limited to 'elements/core/perl.bst')
-rw-r--r--elements/core/perl.bst25
1 files changed, 25 insertions, 0 deletions
diff --git a/elements/core/perl.bst b/elements/core/perl.bst
new file mode 100644
index 00000000..8f04ea9b
--- /dev/null
+++ b/elements/core/perl.bst
@@ -0,0 +1,25 @@
+kind: manual
+depends:
+- gnu-toolchain.bst
+- core/gdbm.bst
+sources:
+- kind: git
+ url: upstream:perl
+ track: v5.22.0
+ ref: 70f63a4c7dba89e8e48b44de7978faae4319e693
+variables:
+ notparallel: true
+config:
+ configure-commands:
+ - sh Configure -des -Dprefix="%{prefix}" -Darchlib="%{prefix}/lib/perl" -Dprivlib="%{prefix}/share/perl"
+ -Dbin="%{prefix}/bin" -Dscriptdir="%{prefix}/bin" -Dman1dir="%{prefix}/share/man/man1"
+ -Dman3dir="%{prefix}/share/man/man3" -Dsiteprefix="%{prefix}" -Dsitearch="%{prefix}/lib/perl"
+ -Dsitelib="%{prefix}/share/perl" -Dsitebin="%{prefix}/bin" -Dsitescript="%{prefix}/bin"
+ -Dsiteman1dir="%{prefix}/share/man/man1" -Dsiteman3dir="%{prefix}/share/man/man3"
+ -Dvendorprefix="%{prefix}" -Dvendorarch="%{prefix}/lib/perl" -Dvendorlib="%{prefix}/share/perl"
+ -Dvendorbin="%{prefix}/bin" -Dvendorscript="%{prefix}/bin" -Dvendorman1dir="%{prefix}/share/man/man1"
+ -Dvendorman3dir="%{prefix}/share/man/man3" -Dpager="%{prefix}/bin/less -isR" -Duseshrplib
+ build-commands:
+ - make
+ install-commands:
+ - make DESTDIR="%{install-root}" install