1
0
mirror of https://github.com/krglaws/MyLFS.git synced 2025-07-23 04:49:06 +00:00
Files
MyLFS-big_bash_script/example_extension/packages.sh
2022-08-18 19:56:25 -04:00

11 lines
583 B
Bash

# packages.sh
#export PKG_<SCRIPTNAME>=<pkg URL>
export PKG_LYNX=https://invisible-mirror.net/archives/lynx/tarballs/lynx2.8.9rel.1.tar.bz2
export PATCH_LYNX=https://www.linuxfromscratch.org/patches/blfs/11.1/lynx-2.8.9rel.1-security_fix-1.patch
export PKG_LIBTASN1=https://ftp.gnu.org/gnu/libtasn1/libtasn1-4.18.0.tar.gz
export PKG_P11KIT=https://github.com/p11-glue/p11-kit/releases/download/0.24.1/p11-kit-0.24.1.tar.xz
export PKG_MAKECA=https://github.com/lfs-book/make-ca/releases/download/v1.10/make-ca-1.10.tar.xz
export PKG_CURL=https://curl.se/download/curl-7.81.0.tar.xz