Skip to content

Commit 5285a03

Browse files
committed
add pthread-emb
1 parent d38cad0 commit 5285a03

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

archives/archives.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

scripts/032-pthread-emb.sh

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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

0 commit comments

Comments
 (0)