mirror of
https://gitdl.cn/https://github.com/chakralinux/lib32.git
synced 2025-01-23 09:22:17 +08:00
Copied Wine Tricks from Apps repository.
This commit is contained in:
parent
6ea532c25d
commit
260ac214ef
20
winetricks/PKGBUILD
Normal file
20
winetricks/PKGBUILD
Normal 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
|
||||
}
|
Loading…
Reference in New Issue
Block a user