diff options
-rw-r--r-- | system/wine/README | 5 | ||||
-rw-r--r-- | system/wine/wine.info | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/system/wine/README b/system/wine/README index db605d236321..37b89cd51dba 100644 --- a/system/wine/README +++ b/system/wine/README @@ -11,3 +11,8 @@ These options can be used together. NOTE: This will not build on a stock 64bit Slackware system, and we do not support doing so with 32bit-compatibility packages. That doesn't mean that it won't work - we just don't support it at all. + +Optional dependencies: + +fontforge +webcore-fonts diff --git a/system/wine/wine.info b/system/wine/wine.info index 9525f935641f..3525fc49c653 100644 --- a/system/wine/wine.info +++ b/system/wine/wine.info @@ -1,10 +1,10 @@ PRGNAM="wine" VERSION="1.6.2" HOMEPAGE="http://www.winehq.com/" -DOWNLOAD="http://prdownloads.sourceforge.net/wine/wine-1.6.2.tar.bz2" +DOWNLOAD="http://ftp.winehq.org/pub/wine/source/1.6/wine-1.6.2.tar.bz2" MD5SUM="0f6c56f86befe38e219090915f81f48a" DOWNLOAD_x86_64="UNSUPPORTED" MD5SUM_x86_64="" -REQUIRES="fontforge webcore-fonts" +REQUIRES="" MAINTAINER="David Woodfall" EMAIL="dave@dawoodfall.net" |