Copied Wine Tricks from Apps repository.

This commit is contained in:
Adrián Chaves Fernández (Gallaecio) 2011-08-25 18:51:42 +00:00
parent 6ea532c25d
commit 260ac214ef

20
winetricks/PKGBUILD Normal file
View File

@ -0,0 +1,20 @@
#
# Apps Packages for Chakra, part of chakra-project.org
#
# Maintainer: Adrián Chaves Fernández (Gallaecio) <adriyetichaves gmail.com>
pkgname=winetricks
pkgver=20110813
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.')
source=($pkgname-$pkgver::http://www.kegel.com/wine/$pkgname)
md5sums=('009170564438768ed9c4b35c83103f4b')
package() {
install -Dm755 $srcdir/$pkgname-$pkgver $pkgdir/usr/bin/$pkgname
}