summaryrefslogblamecommitdiffstats
path: root/x11-libs/wine/DETAILS
blob: a80aa479c1552a38908e2e614a69eaa364f60b3b (plain) (tree)
1
2
3
4
5
6
7
8
9
                       
                     
                                    
                                   
                                   
                                                              
                         
                                              
                  
    
                                      
                       
      
                      
    
                                        
                             
                                                                            
                                                                                 
                                                                             
                                                                                  
                                                   
                          
                                                   
  
                     
                                       
                                    
                         

                                          






                                                                                
   
. "$GRIMOIRE/FUNCTIONS"
           SPELL=wine
if  [[ $WINE_BRANCH == scm ]];  then
         VERSION=$(get_scm_version)
          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
  if [[ $WINE_BRANCH == devel ]]; then
         VERSION=1.9.13
  else
         VERSION=1.8.4
  fi
          SOURCE=$SPELL-$VERSION.tar.bz2
         SOURCE2=$SOURCE.sign
   SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/$SPELL/$SOURCE
   SOURCE_URL[1]=http://www.ibiblio.org/pub/linux/system/emulators/$SPELL/$SOURCE
  SOURCE2_URL[0]=http://downloads.sourceforge.net/sourceforge/$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