summaryrefslogtreecommitdiff
path: root/data/perl_/make.sh
diff options
context:
space:
mode:
Diffstat (limited to 'data/perl_/make.sh')
-rw-r--r--data/perl_/make.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/data/perl_/make.sh b/data/perl_/make.sh
new file mode 100644
index 000000000..d8eeda9b6
--- /dev/null
+++ b/data/perl_/make.sh
@@ -0,0 +1,7 @@
+pkg:setup
+env $(env | grep '^[^=]*:[^=]*=' | cut -d '=' -f 1 | while read -r line; do echo "--unset=${line}"; done) \
+#sh ./Configure -des -Dusecrosscompile -Dtargethost=network.saurik.com -Dcc="${PKG_TARG}-gcc" -Dprefix=/usr
+cp -a "${PKG_DATA}"/config.sh .
+sh ./Configure -der -Dcc="${PKG_TARG}-gcc" -Dprefix=/usr
+make
+pkg:install