2011-08-26 02:51:42 +08:00
|
|
|
pkgname=winetricks
|
2016-09-01 08:19:27 +08:00
|
|
|
pkgver=20160724
|
2011-08-26 02:51:42 +08:00
|
|
|
pkgrel=1
|
|
|
|
pkgdesc='Script to install various redistributable runtime libraries in Wine.'
|
|
|
|
url='http://wiki.winehq.org/winetricks'
|
|
|
|
license=('LGPL')
|
2015-06-16 19:07:16 +08:00
|
|
|
arch=('any')
|
|
|
|
depends=('wine' 'cabextract' 'unzip' 'xorg-apps')
|
2015-12-10 12:12:22 +08:00
|
|
|
optdepends=('kde-baseapps-kdialog: GUI for KDE desktop')
|
2015-06-16 19:07:16 +08:00
|
|
|
source=(https://github.com/Winetricks/winetricks/archive/${pkgver}.tar.gz)
|
2016-09-01 08:19:27 +08:00
|
|
|
md5sums=('ff9c6e35e3f7d3ed2e006d4d1df0dd5b')
|
2011-08-26 02:51:42 +08:00
|
|
|
|
|
|
|
package() {
|
2015-06-16 19:07:16 +08:00
|
|
|
cd winetricks-${pkgver}
|
|
|
|
|
|
|
|
make DESTDIR="${pkgdir}" install
|
2011-08-26 02:51:42 +08:00
|
|
|
}
|