summaryrefslogtreecommitdiffstats
path: root/x11-libs/wine/DETAILS
blob: 78353b202e4cbb09d92ae5539e8f369154567c2e (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
43
. "$GRIMOIRE/FUNCTIONS"
           SPELL=wine
case "$WINE_BRANCH" in
(devel)  VERSION=7.17;;
(stable) VERSION=7.0 PATCHLEVEL=1;;
esac; case "$WINE_BRANCH" in
  (scm)
         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
  ;;
  (*)
          SOURCE=$SPELL-$VERSION.tar.xz
         SOURCE2=$SOURCE.sign
   SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/$SPELL/$SOURCE
   SOURCE_URL[1]=http://mirrors.ibiblio.org/$SPELL/source/${VERSION%.*}.x/$SOURCE
   SOURCE_URL[2]=http://dl.winehq.org/$SPELL/source/${VERSION%.*}.x/$SOURCE
  SOURCE2_URL[0]=http://downloads.sourceforge.net/sourceforge/$SPELL/$SOURCE2
  SOURCE2_URL[1]=http://mirrors.ibiblio.org/$SPELL/source/${VERSION%.*}.x/$SOURCE2
  SOURCE2_URL[2]=http://dl.winehq.org/$SPELL/source/${VERSION%.*}.x/$SOURCE2
      SOURCE_GPG=wine.gpg:$SOURCE.sign:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
  ;;
esac
      LICENSE[0]=LGPL
        WEB_SITE=http://www.winehq.com/
        KEYWORDS="emulator x11 libs"
         ENTERED=20010925
	   TMPFS=off
           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