           SPELL=wine
if  [[ $WINE_VCS == y ]];  then
  if  [[ $WINE_VCS_AUTOUPDATE == y ]];  then
         VERSION=$(date +%Y%m%d)
  else
         VERSION=git
  fi
          SOURCE=$SPELL-git.tar.bz2
   SOURCE_URL[0]=git://source.winehq.org/git/wine.git:wine-git
   SOURCE_IGNORE=volatile
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-git
  FORCE_DOWNLOAD=1
else
         VERSION=0.9.42
          SOURCE=$SPELL-$VERSION.tar.bz2
         SOURCE2=$SOURCE.sign
   SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
   SOURCE_URL[1]=http://www.ibiblio.org/pub/linux/system/emulators/$SPELL/$SOURCE
  SOURCE2_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE2
  SOURCE2_URL[1]=http://www.ibiblio.org/pub/linux/system/emulators/$SPELL/$SOURCE2
      SOURCE_GPG="wine.gpg:$SOURCE.sign:UPSTREAM_KEY"
  SOURCE2_IGNORE=signature
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
fi
      LICENSE[0]=LGPL
        WEB_SITE=http://www.winehq.com/
        KEYWORDS="emulator x11 libs"
         ENTERED=20010925
           SHORT="Wine Is Not an Emulator"
cat << EOF
Wine Is Not an Emulator. It is an alternative implementation of the
Windows 3.x and Win32 APIs. Wine provides both a development toolkit
(Winelib) for porting legacy Windows sources to Unix and a program
loader, allowing unmodified Windows 3.1/95/NT binaries to run under
Intel Unixes. Wine does not require Microsoft Windows, as it is a
completely alternative implementation consisting of 100% Microsoft-Free
code, but it can optionally use native system DLLs if they are available.
EOF
