summaryrefslogtreecommitdiffstats
path: root/x11-libs/wine/DETAILS
blob: 8993c98aaa0bde6568987698be7c89d172b8cdf7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
           SPELL=wine
if  [[ $WINE_BRANCH == scm ]];  then
  if  [[ $WINE_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
  if [[ $WINE_BRANCH == devel ]]; then
         VERSION=1.5.14
  else
         VERSION=1.4.1
  fi
          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