updated on Tue Jan 17 00:10:10 UTC 2012
[aur-mirror.git] / winetricks-svn / PKGBUILD
blob6dc8ffbd206e177ed5caeae04a819e813500aa34
1 pkgname=winetricks-svn
2 pkgver=752
3 pkgrel=1
4 pkgdesc='Script to install various redistributable runtime libraries in Wine.'
5 url='http://wiki.winehq.org/winetricks'
6 license=('LGPL')
7 arch=('any')
8 depends=('wine' 'cabextract' 'unzip' 'xorg-xmessage' 'svn')
9 optdepends=('zenity: GUI for GNOME desktop'
10             'kdebase-kdialog: GUI for KDE desktop')
11 conflicts=('winetricks' 'bin32-winetricks')
12 replaces=('bin32-winetricks' 'winetricks')
14 _svnmod='winetricks'
15 _svntrunk='http://winetricks.googlecode.com/svn/trunk/src/'
16 build() {
17       msg 'Getting sources...'
18     svn export --force ${_svntrunk}/${_svnmod}
19     msg 'SVN checkout done or server timeout'
21 package() {
22   install -Dm755 $srcdir/winetricks $pkgdir/usr/bin/winetricks