File tree 6 files changed +12
-15
lines changed 6 files changed +12
-15
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash -e
2
2
mkdir bin
3
3
wget https://raw.githubusercontent.com/iBotPeaches/Apktool/master/scripts/linux/apktool
4
- wget https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_2.0.2 .jar
5
- mv apktool_2.0.2 .jar bin/apktool.jar
4
+ wget https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_2.2.0 .jar
5
+ mv apktool_2.2.0 .jar bin/apktool.jar
6
6
mv apktool bin/
7
7
chmod 755 bin/apktool
8
8
chmod 755 bin/apktool.jar
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
- wget -O - http://www.bay12games.com/dwarves/df_42_02_linux .tar.bz2 | tar xj
3
+ wget -O - http://www.bay12games.com/dwarves/df_43_05_linux .tar.bz2 | tar xj
4
4
5
5
mkdir -p bin
6
6
cat << END > bin/dwarf_fortress
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
- curl https://ftp.gnu.org/gnu/gdb/gdb-7.11.tar.gz | tar xz
4
- cd gdb-7.11
3
+ curl https://ftp.gnu.org/gnu/gdb/gdb-7.11.1. tar.gz | tar xz
4
+ cd gdb-7.11.1
5
5
./configure --prefix=$( dirname $PWD ) --with-python=python2 --enable-targets=all
6
6
make -j $( nproc)
7
7
make install
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
- curl http://wiki.qemu-project.org/download/qemu-2.4 .1.tar.bz2 | tar xvj
4
- cd qemu-2.4 .1
3
+ curl http://wiki.qemu-project.org/download/qemu-2.6 .1.tar.bz2 | tar xvj
4
+ cd qemu-2.6 .1
5
5
if [[ " $( python --version 2>&1 ) " =~ Python\ 3 ]]; then
6
6
./configure " --prefix=$( dirname $PWD ) " " --python=$( which python2) "
7
7
else
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
- curl http://jaist.dl.sourceforge.net/project/reveng/1.4.0 /reveng-1.4.0 .tar.gz | tar xz
4
- cd reveng-1.4.0
3
+ curl http://jaist.dl.sourceforge.net/project/reveng/1.4.4 /reveng-1.4.4 .tar.gz | tar xz
4
+ cd reveng-1.4.4
5
5
sed -i -e " s/^#define BMP_BIT.*/#define BMP_BIT 64/" config.h
6
6
sed -i -e " s/^#define BMP_SUB.*/#define BMP_SUB 32/" config.h
7
7
make -j $( nproc)
8
8
cd ..
9
9
10
10
mkdir -p bin
11
- cp reveng-1.4.0 /reveng bin
11
+ cp reveng-1.4.4 /reveng bin
Original file line number Diff line number Diff line change 2
2
3
3
INST_DIR=$PWD
4
4
5
- # [ -e snowman ] || git clone --depth 1 --depth 1 https://github.com/yegord/snowman
6
- [ -e v1.0.tar.gz ] || wget https://github.com/nihilus/snowman/archive/v1.0.tar.gz
7
- tar xzf v1.0.tar.gz
8
- cd snowman-1.0
9
- rm -rf build
5
+ [ -e snowman ] || git clone --depth 1 https://github.com/yegord/snowman
6
+ cd snowman
10
7
mkdir build
11
8
cd build
12
9
cmake -D CMAKE_INSTALL_PREFIX=$INST_DIR ../src
You can’t perform that action at this time.
0 commit comments