Initial commit

This commit is contained in:
2026-03-21 12:43:00 -05:00
commit 83bf16823c
438 changed files with 33617 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
export BUILD_ZLIB=False
export BUILD_BZIP2=0
sh Configure -des \
-D prefix=/usr \
-D vendorprefix=/usr \
-D privlib=/usr/lib/perl5/5.42/core_perl \
-D archlib=/usr/lib/perl5/5.42/core_perl \
-D sitelib=/usr/lib/perl5/5.42/site_perl \
-D sitearch=/usr/lib/perl5/5.42/site_perl \
-D vendorlib=/usr/lib/perl5/5.42/vendor_perl \
-D vendorarch=/usr/lib/perl5/5.42/vendor_perl \
-D man1dir=/usr/share/man/man1 \
-D man3dir=/usr/share/man/man3 \
-D pager="/usr/bin/less -isR" \
-D useshrplib \
-D usethreads \
-Dman3ext=3pm \
-Accflags='$CFLAGS' \
-Aldflags='$LDFLAGS'
make -j$(nproc)
TEST_JOBS=$(nproc) make test_harness
make DESTDIR=$DESTDIR install
unset BUILD_ZLIB BUILD_BZIP2
+25
View File
@@ -0,0 +1,25 @@
[build]
type = "custom"
[dependencies]
runtime = [
"glibc",
"sh",
"gdbm",
"libxcrypt"
]
[package]
description = "Practical Extraction and Report Language"
homepage = "https://www.perl.org"
license = [
"GPL-1.0-Or-Later",
"Artistic-1.0-Perl",
]
name = "perl"
version = "5.42.0"
[[source]]
extract_dir = "$name-$version"
sha256 = "sha256:e093ef184d7f9a1b9797e2465296f55510adb6dab8842b0c3ed53329663096dc"
url = "https://www.cpan.org/src/5.0/perl-$version.tar.gz"