mirror of
https://github.com/KeithDHedger/LFSPkgBuilds.git
synced 2025-08-08 08:23:35 +00:00
10.1 blfs updates
This commit is contained in:
@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user