Update of /cvsroot/scummlinux/scummlinux/packages/fdutils
In directory sc8-pr-cvs1:/tmp/cvs-serv22052/packages/fdutils
Added Files:
build install url
Log Message:
now working floppy/ramdisk/usb saving
--- NEW FILE: build ---
#!/bin/sh
. config/path
$SCRIPTS/build uClibc || exit 1
CWD=`pwd`
cd "`ls -d $BUILD/fdutils*`" && \
./configure && \
make LDFLAGS=-static compile && \
upx -9 src/fdmount && \
cd "$CWD" && \
exit 0
cd "$CWD"
exit 1
--- NEW FILE: install ---
#!/bin/sh
. config/path
cp $BUILD/fdutils*/src/fdmount $INSTALL/usr/bin/fdlist
--- NEW FILE: url ---
SCUMM_SRCS/fdutils-5.4.tar.gz
|