Subversion Repositories Tewi

Rev

Rev 187 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
184 nishi 1
#!/bin/sh
2
# $Id: psp.sh 184 2024-09-27 19:19:56Z nishi $
3
export PSPDEV=/usr/local/pspdev
4
export PATH=$PATH:/usr/local/pspdev/bin
5
rm -rf httpd
6
make PLATFORM=psp DESTDIR=httpd/ install
7
mv httpd/ms0:/PSP/GAME/httpd/* httpd/
8
rm -rf httpd/lib httpd/bin
9
rm -rf httpd/ms0:
10
cp Server/tewi.pbp httpd/EBOOT.PBP
11
echo "Tewi HTTPd $(make get-version) for PSP" > httpd/README
12
echo "========================" >> httpd/README
13
echo "To install, just copy this \`httpd' folder into your /PSP/GAME of the PSP memorystick." >> httpd/README
14
cat httpd/readme
15
rm -f tewidist.zip
16
zip -rv tewidist.zip httpd
17
rm -rf httpd