updated
This commit is contained in:
parent
9e94a4e515
commit
80e9cf11f8
7 changed files with 8 additions and 11 deletions
4
02-base
4
02-base
|
@ -136,8 +136,8 @@ else
|
|||
ENVLFS=/tools/bin/env
|
||||
fi
|
||||
|
||||
PKGS="filesystem linux-api-headers man-pages glibc tzdata zlib file readline m4 bc binutils gmp mpfr mpc shadow gcc bzip2
|
||||
pkg-config ncurses attr acl libcap sed psmisc iana-etc bison flex grep bash libtool gdbm gperf expat inetutils
|
||||
PKGS="filesystem linux-api-headers man-pages glibc tzdata zlib file readline m4 bc binutils gmp mpfr mpc attr acl shadow gcc bzip2
|
||||
pkg-config ncurses libcap sed psmisc iana-etc bison flex grep bash libtool gdbm gperf expat inetutils
|
||||
perl perl-xml-parser intltool autoconf automake xz kmod gettext elfutils libffi openssl python3 coreutils
|
||||
diffutils gawk findutils groff fuse2 grub less gzip iproute2 kbd libpipeline make patch man-db tar texinfo vim procps-ng
|
||||
util-linux e2fsprogs sysklogd sysvinit eudev lfs-bootscripts linux-firmware libarchive mkinitramfs linux libtasn1 p11-kit ca-certificates
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# Depends on:
|
||||
|
||||
name=binutils
|
||||
version=2.32
|
||||
version=2.33.1
|
||||
release=1
|
||||
source=(https://ftp.gnu.org/gnu/binutils/$name-$version.tar.xz)
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# Depends on:
|
||||
|
||||
name=man-pages
|
||||
version=5.02
|
||||
version=5.03
|
||||
release=1
|
||||
source=(https://www.kernel.org/pub/linux/docs/$name/$name-$version.tar.xz)
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# Depends on: libffi
|
||||
|
||||
name=python3
|
||||
version=3.7.4
|
||||
version=3.8.0
|
||||
release=1
|
||||
source=(https://www.python.org/ftp/python/$version/Python-$version.tar.xz)
|
||||
|
||||
|
@ -18,7 +18,4 @@ build() {
|
|||
--without-ensurepip
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
chmod -v 755 $PKG/usr/lib/libpython${version::3}m.so
|
||||
chmod -v 755 $PKG/usr/lib/libpython3.so
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name=binutils
|
||||
version=2.32
|
||||
version=2.33.1
|
||||
source=(http://ftp.gnu.org/gnu/binutils/binutils-$version.tar.xz)
|
||||
|
||||
build() {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name=binutils
|
||||
version=2.32
|
||||
version=2.33.1
|
||||
source=(http://ftp.gnu.org/gnu/binutils/binutils-$version.tar.xz)
|
||||
|
||||
build() {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name=python
|
||||
version=3.7.4
|
||||
version=3.8.0
|
||||
source=(https://www.python.org/ftp/python/$version/Python-$version.tar.xz)
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Add table
Reference in a new issue