aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/perl
diff options
context:
space:
mode:
authoremmett1 <emmett1.2miligrams@protonmail.com>2024-06-13 00:25:03 +0800
committeremmett1 <emmett1.2miligrams@protonmail.com>2024-06-13 00:25:03 +0800
commit239ced844ea434e623686094af3de168f90e4391 (patch)
tree541d2c575f3b3832ca1a3087bde3f65dc74a8f89 /repos/extra/perl
parent3f80bb67166389b3acabf8f024ee1ad1a4364c1f (diff)
downloadalicelinux-239ced844ea434e623686094af3de168f90e4391.tar.gz
alicelinux-239ced844ea434e623686094af3de168f90e4391.zip
repos updated
Diffstat (limited to 'repos/extra/perl')
-rw-r--r--repos/extra/perl/abuild21
-rw-r--r--repos/extra/perl/build14
-rw-r--r--repos/extra/perl/info4
3 files changed, 21 insertions, 18 deletions
diff --git a/repos/extra/perl/abuild b/repos/extra/perl/abuild
new file mode 100644
index 00000000..a52666f7
--- /dev/null
+++ b/repos/extra/perl/abuild
@@ -0,0 +1,21 @@
+name=perl
+version=5.38.2
+release=1
+source="https://www.cpan.org/src/5.0/perl-$version.tar.xz"
+
+build() {
+ BUILD_ZLIB=False \
+ BUILD_BZIP2=0 \
+ sh Configure -des -Dprefix=/usr \
+ -Dvendorprefix=/usr \
+ -Dprivlib=/usr/lib/perl5/${version%.*} \
+ -Dsitelib=/usr/lib/perl5/site_perl/${version%.*} \
+ -Dvendorlib=/usr/lib/perl5/site_perl/${version%.*} \
+ -Dman1dir=/usr/share/man/man1 \
+ -Dman3dir=/usr/share/man/man3 \
+ -Dpager="/usr/bin/less -isR" \
+ -Duseshrplib \
+ -Dusethreads
+ make
+ make DESTDIR=$PKG install
+}
diff --git a/repos/extra/perl/build b/repos/extra/perl/build
deleted file mode 100644
index 6f0a2599..00000000
--- a/repos/extra/perl/build
+++ /dev/null
@@ -1,14 +0,0 @@
-BUILD_ZLIB=False \
-BUILD_BZIP2=0 \
-sh Configure -des -Dprefix=/usr \
- -Dvendorprefix=/usr \
- -Dprivlib=/usr/lib/perl5/${version%.*} \
- -Dsitelib=/usr/lib/perl5/site_perl/${version%.*} \
- -Dvendorlib=/usr/lib/perl5/site_perl/${version%.*} \
- -Dman1dir=/usr/share/man/man1 \
- -Dman3dir=/usr/share/man/man3 \
- -Dpager="/usr/bin/less -isR" \
- -Duseshrplib \
- -Dusethreads
-make
-make DESTDIR=$PKG install
diff --git a/repos/extra/perl/info b/repos/extra/perl/info
deleted file mode 100644
index c3a108f9..00000000
--- a/repos/extra/perl/info
+++ /dev/null
@@ -1,4 +0,0 @@
-name=perl
-version=5.38.2
-release=1
-source="https://www.cpan.org/src/5.0/perl-$version.tar.xz"