10.1 blfs updates

This commit is contained in:
K D Hedger
2021-05-07 12:46:03 +01:00
parent b1d66d66c6
commit ebc30fd2fb
11 changed files with 25 additions and 28 deletions

View File

@ -4,14 +4,9 @@
trap 'echo -e "$0 ${RED}FAILED${NORMAL} at line ${GREEN}${LINENO}${NORMAL}"' ERR
DEPENDS="perl-5.26.1"
if ! lfspkg -B "$DEPENDS";then
exit 100
fi
PKGNAME="HTML-Parser"
TARNAME="$PKGNAME"
VERSION="3.72"
VERSION="3.75"
BUILD=1
SECTION="PERL"
SUFFIX="LFSPKG"
@ -21,7 +16,7 @@ DOWHAT=${1:-"build"}
CWD=$(pwd)
scriptLog "${PKGNAME}-${VERSION}"
gettar "https://www.cpan.org/authors/id/G/GA/GAAS/${TARBALL}" $SECTION
gettar "https://www.cpan.org/authors/id/C/CA/CAPOEIRAB/${TARBALL}" $SECTION
rm -rf "$PKG" || true
mkdir -p "$PKG"