          MODULE=jumpnbump-levels
         VERSION=1

# main mirror has bad bandwidth, so we set mirror exhaustive to on to pass
# url requests to first available mirror:
      EXHAUSTIVE=on
# there are 177 sources in here and default was max 100:
     MAX_SOURCES=200

# trick to create lots of sources with maintainability:
# BEGIN EEP!!!
(( N=1 ))
while read FILE ; do
  if (( $N >= 1 )) ; then
    eval SOURCE${N}=$FILE
    eval SOURCE${N}_URL=http://www.jumpbump.mine.nu/levels.bz2/
  else
    eval SOURCE=$FILE
    eval SOURCE_URL=http://www.jumpbump.mine.nu/levels.bz2/
  fi
  (( N = $N + 1 ))
done < $SCRIPT_DIRECTORY/level-list
# END EEP!!!

        WEB_SITE=http://www.jumpbump.mine.nu/
         ENTERED=20021017
         UPDATED=20030819
           SHORT="A multiplayer eyecandy arcade game - levelsets"
cat << EOF
A huge list of levels for the jumpnbump game!!!
EOF
