summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-01-11 16:31:05 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-01-11 16:31:05 +0000
commit0e2234c183ed4c8947a11ac88f1c5862d0da3e82 (patch)
treed90569d3a2b603c795b4fb5ab8e5c498b844fcf9
parent436ead35c86d598eff4ebdaa79725ea1f36e56fc (diff)
downloadperl-0e2234c183ed4c8947a11ac88f1c5862d0da3e82.tar.gz
Add perl.morph
This is approximately the same version as linux from scratch
-rw-r--r--perl.morph13
1 files changed, 13 insertions, 0 deletions
diff --git a/perl.morph b/perl.morph
new file mode 100644
index 0000000000..1b2a52bbdd
--- /dev/null
+++ b/perl.morph
@@ -0,0 +1,13 @@
+{
+ "name": "perl",
+ "kind": "chunk",
+ "configure-commands": [
+ "sh Configure -des -Dprefix=/usr -Dvendorprefix=/usr -Dman1dir=/usr/share/man/man1 -Dman3dir=/usr/share/man/man3 -Dpager=\"/usr/bin/less -isR\" -Duseshrplib"
+ ],
+ "build-commands": [
+ "make"
+ ],
+ "install-commands": [
+ "make install"
+ ]
+}