summaryrefslogtreecommitdiffstats
path: root/x11-libs/wine/DETAILS
diff options
context:
space:
mode:
authorVlad Glagolev2008-08-17 15:45:10 +0400
committerVlad Glagolev2008-08-17 15:45:10 +0400
commit8bd06fd26d17f3dbf88fafe5a280de2304938bb4 (patch)
treed810abcec617633c83a477e10ad3a6de8ffd990d /x11-libs/wine/DETAILS
parent775f7bdd70341dfd8adc68bc7ae1f15188709116 (diff)
wine: splitted to STABLE/DEVEL branches.
Diffstat (limited to 'x11-libs/wine/DETAILS')
-rwxr-xr-xx11-libs/wine/DETAILS20
1 files changed, 12 insertions, 8 deletions
diff --git a/x11-libs/wine/DETAILS b/x11-libs/wine/DETAILS
index e5dfa3073e..335d71d353 100755
--- a/x11-libs/wine/DETAILS
+++ b/x11-libs/wine/DETAILS
@@ -11,14 +11,18 @@ if [[ $WINE_VCS == y ]]; then
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-git"
FORCE_DOWNLOAD=1
else
+ if [[ $WINE_DEVEL == y ]]; then
VERSION=1.1.2
+ else
+ VERSION=1.0
+ 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"
+ SOURCE_GPG=wine.gpg:$SOURCE.sign:UPSTREAM_KEY
SOURCE2_IGNORE=signature
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
fi
@@ -28,11 +32,11 @@ fi
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.
+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