ftp://anduin.linuxfromscratch.org/BLFS/conglomeration
#!/bin/sh
set -e
cd ~/sources/
rm -rf $UNPACKDIR
exit
mkdir -p ~/sources/
cd ~/sources/
tar -xvf
.* > /tmp/unpacked
UNPACKDIR=`head -n1 /tmp/unpacked | sed 's@^./@@;s@/.*@@'`
cd $UNPACKDIR
# REQUIRED:
# RECOMMENDED:
# OPTIONAL:
wget
|| \
wget
|| \
wget
/
/
.bz2
wget
sudo
make -k
|| true
**EDITME
EDITME**