# libraw1394 1.3.0
# ================
# This project was deleted from freshmeat on September 19, 2005 and at
# around the same time, neither DNS server was working for the domain.
# It's still not on freshmeat, but everything seems to be OK now.
cd
test -f installed/libraw1394-1.3.0.tar.gz &&
mv installed/libraw1394-1.3.0.tar.gz .
test ! -f libraw1394-1.3.0.tar.gz &&
wget http://www.linux1394.org/dl/libraw1394-1.3.0.tar.gz
mkdir -p -m 0700 src
cd src
find -maxdepth 1 -type d -name "libraw1394-*" -exec rm -r {} \;
tar xzvf ~/libraw1394-1.3.0.tar.gz
cd libraw1394-1.3.0
test $UID = 0 && chown -R root:root .
chmod -R u+w .
./configure
make
# Become root to clean up old files and to install it
su
rm -f /usr/local/lib/libraw1394.*
make install
ldconfig
chown -R $USER .
# If you DON'T use udev, create the /dev/raw1394 device file if it
# doesn't already exist:
test -c /dev/raw1394 || make dev
# If you do use udev, read the FAQ entry titled "How do I setup udev rules to
# create the device nodes for the various drivers?"
# http://wiki.linux1394.org/FAQ