v12 updates

This commit is contained in:
K D Hedger
2023-09-28 12:32:11 +01:00
parent f02830acb7
commit c3a4659517
21 changed files with 83 additions and 92 deletions

View File

@ -4,7 +4,7 @@
trap 'echo -e "$0 ${RED}FAILED${NORMAL} at line ${GREEN}${LINENO}${NORMAL}"' ERR
DEPENDS="Module-Build-0.42"
DEPENDS="Module-Build-0.4232"
if ! lfspkg -B "$DEPENDS";then
exit 100
fi
@ -20,10 +20,10 @@ PKG="${OUTPUT}/${PKGNAME}"
DOWHAT=${1:-"build"}
CWD=$(pwd)
scriptLog "${PKGNAME}-${VERSION}"
gettar "https://cpan.metacpan.org/authors/id/K/KI/KIMRYAN/${TARBALL}" $SECTION
rm -rf "$PKG" || true
mkdir -p "$PKG"
scriptLog "${PKGNAME}-${VERSION}"
gettar "https://cpan.metacpan.org/authors/id/K/KI/KIMRYAN/${TARBALL}" $SECTION
pushd $COMPILEAT 2>/dev/null||true
extractarchive "${SOURCEARCHIVES}/${SECTION}/${TARBALL}"