fix broken links
This commit is contained in:
parent
823d481f6d
commit
2f2aacd921
@ -1,4 +1,4 @@
|
|||||||
#TARBALL: http://rpm5.org/files/popt/popt-1.16.tar.gz
|
#TARBALL: ftp://anduin.linuxfromscratch.org/BLFS/popt/popt-1.16.tar.gz
|
||||||
#MD5SUM: 3743beefa3dd6247a73f8f7a32c14c33;SOURCES/popt-1.16.tar.gz
|
#MD5SUM: 3743beefa3dd6247a73f8f7a32c14c33;SOURCES/popt-1.16.tar.gz
|
||||||
#-----------------------------------------------------------------------------
|
#-----------------------------------------------------------------------------
|
||||||
Summary: The popt package contains the popt libraries which are used by some programs parse command-line options.
|
Summary: The popt package contains the popt libraries which are used by some programs parse command-line options.
|
||||||
@ -6,10 +6,10 @@ Name: popt
|
|||||||
Version: 1.16
|
Version: 1.16
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
URL: http://rpm5.org/files/popt
|
URL: ftp://anduin.linuxfromscratch.org/BLFS/%{name}/
|
||||||
Group: BLFS/General_Libraries
|
Group: BLFS/General_Libraries
|
||||||
Vendor: Elizabeth
|
Vendor: Elizabeth
|
||||||
Source0: http://rpm5.org/files/popt/%{name}-%{version}.tar.gz
|
Source0: ftp://anduin.linuxfromscratch.org/BLFS/%{name}/%{name}-%{version}.tar.gz
|
||||||
Requires: filesystem
|
Requires: filesystem
|
||||||
%description
|
%description
|
||||||
The popt package contains the popt libraries which are used by some programs parse command-line options.
|
The popt package contains the popt libraries which are used by some programs parse command-line options.
|
||||||
|
11
setup.sh
11
setup.sh
@ -1,11 +1,12 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#-----------------------------------------------------------------------------
|
#-----------------------------------------------------------------------------
|
||||||
# Title: setup.sh
|
# Title: setup.sh
|
||||||
# Date: 2019-02-15
|
# Date: 2020-05-30
|
||||||
# Version: 1.1
|
# Version: 1.2
|
||||||
# Author: baho-utot@columbus.rr.com
|
# Author: chris@cromer.cl
|
||||||
# Options:
|
# Options:
|
||||||
#-----------------------------------------------------------------------------
|
#-----------------------------------------------------------------------------
|
||||||
|
# Copyright 2020 Chris Cromer
|
||||||
# Copyright 2019 Baho Utot
|
# Copyright 2019 Baho Utot
|
||||||
#-----------------------------------------------------------------------------
|
#-----------------------------------------------------------------------------
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
@ -121,9 +122,9 @@ function _chapter_3 {
|
|||||||
while IFS= read -r i; do
|
while IFS= read -r i; do
|
||||||
list+="${i} "
|
list+="${i} "
|
||||||
done < "${TOPDIR}/BOOK/wget-list"
|
done < "${TOPDIR}/BOOK/wget-list"
|
||||||
list+="http://rpm5.org/files/popt/popt-1.16.tar.gz "
|
list+="ftp://anduin.linuxfromscratch.org/BLFS/popt/popt-1.16.tar.gz "
|
||||||
list+="http://ftp.rpm.org/releases/rpm-4.14.x/rpm-4.14.2.1.tar.bz2 "
|
list+="http://ftp.rpm.org/releases/rpm-4.14.x/rpm-4.14.2.1.tar.bz2 "
|
||||||
list+="http://download.oracle.com/berkeley-db/db-6.0.20.tar.gz "
|
list+="https://ftp.osuosl.org/pub/blfs/conglomeration/db/db-6.0.20.tar.gz "
|
||||||
list+="https://ftp.gnu.org/gnu/cpio/cpio-2.12.tar.bz2 "
|
list+="https://ftp.gnu.org/gnu/cpio/cpio-2.12.tar.bz2 "
|
||||||
list+="https://ftp.gnu.org/gnu/wget/wget-1.20.1.tar.gz "
|
list+="https://ftp.gnu.org/gnu/wget/wget-1.20.1.tar.gz "
|
||||||
for i in ${list}; do
|
for i in ${list}; do
|
||||||
|
Loading…
Reference in New Issue
Block a user