# $Id: PKGBUILD 3223 2009-10-01 05:50:38Z allan $ # Maintainer: Allan McRae # Contributor: DsTr pkgname=winetricks pkgver=20090913 pkgrel=1 pkgdesc="Script to install various redistributable runtime libraries in Wine" url="http://wiki.winehq.org/winetricks" license=('LGPL') arch=('i686') depends=('wine' 'cabextract') optdepends=('zenity: GUI for GNOME desktop') source=(http://www.kegel.com/wine/winetricks) md5sums=('dea40d4f430cf90df00aa23c0cf84fd0') build() { install -Dm755 $srcdir/winetricks $pkgdir/usr/bin/winetricks }