mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-12-08 23:03:46 +00:00
19 lines
No EOL
570 B
Bash
19 lines
No EOL
570 B
Bash
# $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
|
|
} |