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
|
ENVLFS=/tools/bin/env
|
||||||
fi
|
fi
|
||||||
|
|
||||||
PKGS="filesystem linux-api-headers man-pages glibc tzdata zlib file readline m4 bc binutils gmp mpfr mpc shadow gcc bzip2
|
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 attr acl libcap sed psmisc iana-etc bison flex grep bash libtool gdbm gperf expat inetutils
|
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
|
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
|
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
|
util-linux e2fsprogs sysklogd sysvinit eudev lfs-bootscripts linux-firmware libarchive mkinitramfs linux libtasn1 p11-kit ca-certificates
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
# Depends on:
|
# Depends on:
|
||||||
|
|
||||||
name=binutils
|
name=binutils
|
||||||
version=2.32
|
version=2.33.1
|
||||||
release=1
|
release=1
|
||||||
source=(https://ftp.gnu.org/gnu/binutils/$name-$version.tar.xz)
|
source=(https://ftp.gnu.org/gnu/binutils/$name-$version.tar.xz)
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
# Depends on:
|
# Depends on:
|
||||||
|
|
||||||
name=man-pages
|
name=man-pages
|
||||||
version=5.02
|
version=5.03
|
||||||
release=1
|
release=1
|
||||||
source=(https://www.kernel.org/pub/linux/docs/$name/$name-$version.tar.xz)
|
source=(https://www.kernel.org/pub/linux/docs/$name/$name-$version.tar.xz)
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
# Depends on: libffi
|
# Depends on: libffi
|
||||||
|
|
||||||
name=python3
|
name=python3
|
||||||
version=3.7.4
|
version=3.8.0
|
||||||
release=1
|
release=1
|
||||||
source=(https://www.python.org/ftp/python/$version/Python-$version.tar.xz)
|
source=(https://www.python.org/ftp/python/$version/Python-$version.tar.xz)
|
||||||
|
|
||||||
|
@ -18,7 +18,4 @@ build() {
|
||||||
--without-ensurepip
|
--without-ensurepip
|
||||||
make
|
make
|
||||||
make DESTDIR=$PKG install
|
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
|
name=binutils
|
||||||
version=2.32
|
version=2.33.1
|
||||||
source=(http://ftp.gnu.org/gnu/binutils/binutils-$version.tar.xz)
|
source=(http://ftp.gnu.org/gnu/binutils/binutils-$version.tar.xz)
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name=binutils
|
name=binutils
|
||||||
version=2.32
|
version=2.33.1
|
||||||
source=(http://ftp.gnu.org/gnu/binutils/binutils-$version.tar.xz)
|
source=(http://ftp.gnu.org/gnu/binutils/binutils-$version.tar.xz)
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name=python
|
name=python
|
||||||
version=3.7.4
|
version=3.8.0
|
||||||
source=(https://www.python.org/ftp/python/$version/Python-$version.tar.xz)
|
source=(https://www.python.org/ftp/python/$version/Python-$version.tar.xz)
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue