summaryrefslogtreecommitdiff
path: root/chunks/perl.morph
blob: c4d77903934e94b14e708dbe68cd34ba135c599e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
name: perl
kind: chunk
repo: upstream:perl
ref: 78f9a3c880f11578fb9ff9c7d5f7e34b602d2ad1
max-jobs: 1
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="$DESTDIR" install