add curl and rsync #32

Merged
hippoz merged 2 commits from Ohio2/repo:master into master 2021-07-20 00:12:22 +03:00
4 changed files with 8 additions and 8 deletions
Showing only changes of commit c35fc918a1 - Show all commits

View file

@ -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

View file

@ -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=""

View file

@ -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

View file

@ -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=""