aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/perl/abuild
diff options
context:
space:
mode:
Diffstat (limited to 'repos/extra/perl/abuild')
-rwxr-xr-xrepos/extra/perl/abuild21
1 files changed, 0 insertions, 21 deletions
diff --git a/repos/extra/perl/abuild b/repos/extra/perl/abuild
deleted file mode 100755
index eb8970ab..00000000
--- a/repos/extra/perl/abuild
+++ /dev/null
@@ -1,21 +0,0 @@
-name=perl
-version=5.40.1
-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
-}