|
|
@ -1,15 +1,15 @@ |
|
|
|
import 'compile/configure' |
|
|
|
|
|
|
|
name=wine |
|
|
|
version=3.15 |
|
|
|
version_wine=3.15 |
|
|
|
version=3.16 |
|
|
|
version_wine=3.16 |
|
|
|
|
|
|
|
define_option 'wine32=: On x86_64, enable 32bit wine support. Specify the 32bit libdir here' |
|
|
|
|
|
|
|
dlextract "http://dl.winehq.org/$name/source/3.x/$name-$version_wine.tar.xz" \ |
|
|
|
'b6fd6fbd08c1ff4599575ca5784bf920' |
|
|
|
'cee2fe3cd14368b32285d2a0d719f015' |
|
|
|
dlextract "https://github.com/$name-staging/$name-staging/archive/v$version/$name-staging-$version.tar.gz" \ |
|
|
|
'd1382d2f605503ab2cef8dc034987af6' |
|
|
|
'a0055275be492848c948e8a5250e4274' |
|
|
|
_ |
|
|
|
|
|
|
|
cd "$name-$version_wine" |
|
|
|