desktop/winetricks/PKGBUILD
2012-04-29 01:05:39 +00:00

22 lines
647 B
Bash

#
# Apps Packages for Chakra, part of chakra-project.org
#
# Maintainer: Adrián Chaves Fernández (Gallaecio) <adriyetichaves gmail.com>
pkgname=winetricks
pkgver=20120308
pkgrel=1
pkgdesc='Script to install various redistributable runtime libraries in Wine.'
url='http://wiki.winehq.org/winetricks'
license=('LGPL')
arch=('any')
depends=('wine' 'cabextract' 'unzip' 'xorg-utils')
optdepends=('kdebase-kdialog: graphical interface.')
categories=('system')
source=($pkgname-$pkgver::http://www.kegel.com/wine/$pkgname)
md5sums=('47aeb72765c09e51dc72f66b2f293d73')
package() {
install -Dm755 $srcdir/$pkgname-$pkgver $pkgdir/usr/bin/$pkgname
}