2020-11-19 09:00:20 +00:00
|
|
|
# Description: Winetricks is an easy way to work around problems in Wine
|
|
|
|
# URL: https://github.com/Winetricks/winetricks/
|
|
|
|
# Maintainer: Tim Biermann, tbier at posteo dot de
|
|
|
|
# Depends on: cabextract unzip wine xmessage
|
2021-02-07 11:14:31 +00:00
|
|
|
# Optional: wine-staging zenity
|
2020-11-19 09:00:20 +00:00
|
|
|
|
|
|
|
name=winetricks
|
2022-04-11 15:48:31 +02:00
|
|
|
version=20220411
|
2020-11-19 09:00:20 +00:00
|
|
|
release=1
|
|
|
|
source=(https://github.com/Winetricks/winetricks/archive/$version/$name-$version.tar.gz)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|