Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : perl | name : perl | ||||
| version : 5.24.1 | version : 5.26.1 | ||||
| release : 7 | release : 8 | ||||
| source : | source : | ||||
| - http://www.cpan.org/src/5.0/perl-5.24.1.tar.gz : e6c185c9b09bdb3f1b13f678999050c639859a7ef39c8cad418448075f5918af | - https://www.cpan.org/src/5.0/perl-5.26.1.tar.gz : e763aa485e8dc1a70483dbe6d615986bbf32b977f38016480d68c99237e701dd | ||||
| license : | license : | ||||
| - Artistic-1.0-Perl | - Artistic-1.0-Perl | ||||
| - GPL-2.0 | - GPL-2.0 | ||||
| - GPL-1.0 | - GPL-1.0 | ||||
| - MIT | - MIT | ||||
| summary : Perl | |||||
| component : programming | component : programming | ||||
| summary : Perl | |||||
| description: | | |||||
| An interpreted scripting language, known among some as "Unix's Swiss Army Chainsaw". | |||||
| builddeps : | |||||
| - bzip2-devel | |||||
| - gdbm-devel | |||||
| patterns : | patterns : | ||||
| - docs : | - docs : | ||||
| - /usr/share/man | - /usr/share/man | ||||
| description: | | |||||
| An interpreted scripting language, known among some as "Unix's Swiss Army Chainsaw". | |||||
| setup : | | setup : | | ||||
| export BUILD_ZLIB=False | export BUILD_ZLIB=False | ||||
| export BUILD_BZIP2=0 | export BUILD_BZIP2=0 | ||||
| export versionp=`echo ${version} | sed 's:\.[0-9]$::'` | |||||
| export archname="x86_64-linux-thread-multi" | |||||
| # Now configure | # Changes to the arch (threading for example), require full rebuilds | ||||
| # .x releases no longer require rebuilds (5.yy.x) | |||||
| ./Configure -des -Dprefix=/usr\ | ./Configure -des -Dprefix=/usr \ | ||||
| -Dvendorprefix=/usr \ | -Dvendorprefix=/usr \ | ||||
| -Dprivlib=%libdir%/perl5/${versionp} \ | |||||
| -Darchlib=%libdir%/perl5/${versionp}/${archname} \ | |||||
| -Dsitelib=%libdir%/perl5/site_perl/${versionp} \ | |||||
| -Dsitearch=%libdir%/perl5/site_perl/${versionp}/${archname} \ | |||||
| -Dvendorlib=%libdir%/perl5/vendor_perl/${versionp} \ | |||||
| -Dvendorarch=%libdir%/perl5/vendor_perl/${versionp}/${archname} \ | |||||
| -Dscriptdir=/usr/bin \ | |||||
| -Dman1dir=/usr/share/man/man1 \ | -Dman1dir=/usr/share/man/man1 \ | ||||
| -Dman3dir=/usr/share/man/man3 \ | -Dman3dir=/usr/share/man/man3 \ | ||||
| -Dpager="/usr/bin/less -isR" \ | -Dpager="/usr/bin/less -isR" \ | ||||
| -Duseshrplib \ | -Duseshrplib \ | ||||
| -Dusethreads | -Dusethreads | ||||
| build : | | build : | | ||||
| export BUILD_ZLIB=False | export BUILD_ZLIB=False | ||||
| export BUILD_BZIP2=0 | export BUILD_BZIP2=0 | ||||
| %make | %make | ||||
| install : | | install : | | ||||
| export BUILD_ZLIB=False | export BUILD_ZLIB=False | ||||
| export BUILD_BZIP2=0 | export BUILD_BZIP2=0 | ||||
| %make_install | %make_install | ||||
| check : | | |||||
| export BUILD_ZLIB=False | |||||
| export BUILD_BZIP2=0 | |||||
| # There are still a few failing tests among which the Net-Ping ones which is expected. | |||||
| #TEST_JOBS="%YJOBS%" make test_harness | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.