File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,7 +25,8 @@ d12e48309d6d1cfdc31a6ebf866c25db 3489179 https://github.com/Mbed-TLS/mbedtls/re
2525- - https://github.com/wargio/NoRSX/tarball/master -> NoRSX.tar.gz
2626- - https://github.com/sergiou87/ps3debugnet/tarball/master -> ps3debugnet.tar.gz
2727- - https://github.com/wargio/ps3soundlib/tarball/master -> ps3soundlib.tar.gz
28- - - https://github.com/wargio/tiny3d/tarball/master -> tiny3d.tar.gz
29- - - https://github.com/bucanero/libunrar-ps3/tarball/master -> libunrar.tar.gz
28+ - - https://github.com/wargio/tiny3d/tarball/master -> tiny3d.tar.gz
29+ - - https://github.com/bucanero/libunrar-ps3/tarball/master -> libunrar.tar.gz
3030- - https://github.com/sahlberg/libnfs/tarball/master -> libnfs.tar.gz
3131- - https://github.com/sahlberg/libsmb2/tarball/master -> libsmb2.tar.gz
32+ - - https://github.com/bucanero/pthread-emb-ps3/tarball/master -> pthread-emb-ps3.tar.gz
Original file line number Diff line number Diff line change 1+ #! /bin/sh -e
2+ #
3+ # pthread-emb ps3 library
4+
5+ # # Download the source code.
6+ ../download.sh pthread-emb-ps3.tar.gz
7+
8+ # # Unpack the source code.
9+ rm -Rf pthread-emb-ps3 && mkdir pthread-emb-ps3 && tar --strip-components=1 --directory=libunrar -xvzf ../archives/pthread-emb-ps3.tar.gz && cd pthread-emb-ps3/platform/psl1ght
10+
11+ # # Compile and install.
12+ ${MAKE:- make} install
You can’t perform that action at this time.
0 commit comments