add curl and rsync #32
4 changed files with 8 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
wget -O binutils-2.36.1.tar.xz https://ftp.gnu.org/gnu/binutils/binutils-2.36.1.tar.xz
|
||||
tar -xf binutils-2.36.1.tar.xz
|
||||
cd binutils-2.36.1
|
||||
wget -O binutils-2.37.tar.xz https://ftp.gnu.org/gnu/binutils/binutils-2.36.1.tar.xz
|
||||
tar -xf binutils-2.37.tar.xz
|
||||
cd binutils-2.37
|
||||
|
||||
chmod +x makeinfo
|
||||
export PATH=$PATH:$PWD
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
pkg_config_deploy=true
|
||||
pkg_config_ver="2.36.1"
|
||||
pkg_config_ver="2.37"
|
||||
pkg_config_name="binutils"
|
||||
pkg_config_makedepends=""
|
||||
pkg_config_depends=""
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
wget https://github.com/mesonbuild/meson/releases/download/0.58.1/meson-0.58.1.tar.gz
|
||||
tar -xf meson-0.58.1.tar.gz
|
||||
cd meson-0.58.1
|
||||
wget https://github.com/mesonbuild/meson/releases/download/0.59.0/meson-0.58.1.tar.gz
|
||||
tar -xf meson-0.59.0.tar.gz
|
||||
cd meson-0.59.0
|
||||
|
||||
pip3 install $1
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
pkg_config_deploy=true
|
||||
pkg_config_ver="0.58.1"
|
||||
pkg_config_ver="0.59.0"
|
||||
pkg_config_name="meson"
|
||||
pkg_config_makedepends="python ninja "
|
||||
pkg_config_depends=""
|
||||
|
|
Loading…
Reference in a new issue