PKGBUILDs/community/winetricks/PKGBUILD

19 lines
570 B
Bash
Raw Normal View History

2009-10-10 02:15:33 +00:00
# $Id: PKGBUILD 3223 2009-10-01 05:50:38Z allan $
# Maintainer: Allan McRae <allan@archlinux.org>
# Contributor: DsTr <dstr@gmail.com>
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
}