Skip to content

Commit 41fd14c

Browse files
Update Box64
1 parent 7d7c288 commit 41fd14c

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

packages/box64-0.3.6/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
PKG_VER=0.3.6
22
PKG_CATEGORY="Box64"
33
PKG_PRETTY_NAME="Box64"
4+
PKG_OPTIONAL=1
45

56
GIT_URL=https://github.com/ptitSeb/box64
67
GIT_COMMIT=03d220b1d297a9e5be81760833b014edf9dfe7ab
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
PKG_VER=0.3.7-cb2c29c
2+
PKG_CATEGORY="Box64"
3+
PKG_PRETTY_NAME="Box64"
4+
5+
GIT_URL=https://github.com/ptitSeb/box64
6+
GIT_COMMIT=cb2c29c5f992cb4e5ec481f8d99b973b90411403
7+
CMAKE_ARGS="-DCMAKE_BUILD_TYPE=RelWithDebInfo -DANDROID=1 -DBAD_SIGNAL=1 -DARM_DYNAREC=1"
8+
BLACKLIST_ARCH=x86_64
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
mkdir -p $DESTDIR/$PREFIX/bin
2+
mkdir -p $DESTDIR/$PREFIX/etc
3+
4+
cp box64 $DESTDIR/$PREFIX/bin
5+
cp ../system/box64.box64rc $DESTDIR/$PREFIX/etc

0 commit comments

Comments
 (0)