# # Apps Packages for Chakra, part of chakra-project.org # # Maintainer: Adrián Chaves Fernández (Gallaecio) pkgname=winetricks pkgver=20120912 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=('f9b05806f393f55e809556103f219fbe') package() { install -Dm755 $srcdir/$pkgname-$pkgver $pkgdir/usr/bin/$pkgname }