summaryrefslogtreecommitdiff
path: root/strata/core/perl.morph
diff options
context:
space:
mode:
authorPaul Sherwood <paul.sherwood@codethink.co.uk>2014-11-19 16:09:07 +0000
committerPaul Sherwood <paul.sherwood@codethink.co.uk>2014-11-19 16:09:07 +0000
commit53c7140bfe3317abeeaa85fc2f72cc8d9b052355 (patch)
tree7f02dd4c306b5619988b87b9a2a5cf28a5fcd02b /strata/core/perl.morph
parente3e0baf91a5f0e1bcd1fad06345bbe4ec88fad1d (diff)
downloaddefinitions-baserock/ps/simple-defs.tar.gz
After morph-converter.shbaserock/ps/simple-defs
Diffstat (limited to 'strata/core/perl.morph')
-rw-r--r--strata/core/perl.morph16
1 files changed, 0 insertions, 16 deletions
diff --git a/strata/core/perl.morph b/strata/core/perl.morph
deleted file mode 100644
index ce086aa7..00000000
--- a/strata/core/perl.morph
+++ /dev/null
@@ -1,16 +0,0 @@
-name: perl
-kind: chunk
-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