           SPELL=prism54
if [[ "$ISCVS" == "y" ]]
then
	 VERSION="`date +%Y%m%d`"
	  SOURCE=$SPELL-svn-latest.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn-latest
      SOURCE_URL=http://prism54.org/pub/linux/snapshot/tars/$SOURCE
else
         VERSION=1.2
	  SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
      SOURCE_URL=http://prism54.org/pub/linux/testing/tars/2004-06/$SOURCE
fi
         SOURCE2=1.0.4.3.arm
     SOURCE2_URL=http://prism54.org/~mcgrof/firmware/${SOURCE2}
   SOURCE_IGNORE=unversioned
	SOURCE2_IGNORE=unversioned
        WEB_SITE=http://prism54.org
         ENTERED=20031112
         UPDATED=20040220
        KEYWORDS="kernels"
           SHORT="Drivers for the PrismGT chipset 802.11g adapters"
      LICENSE[0]=GPL
cat << EOF
These are the drivers for the pcmcia cards based on the PrismGT chipset,
supporting 802.11g. You need to supply the firmware file from your adapter
drivers (the *.arm file) and copy it to /var/spool/sorcery as isl3890,
due to distribution limitations.
EOF
