updated on Wed Jan 18 04:00:29 UTC 2012
[aur-mirror.git] / wine-uk / PKGBUILD
blobebbfc833523935caf1e1b1f8b5a83b2faccc5eb1
1 # Archlive <http://archlive-pkg.googlecode.com>
3 #  Transfer unifiedkernel wine for ubuntu package to Arch
5 pkgname=wine-uk
6 pkgver=0.2.4.1
7 pkgrel=1
8 url="http://www.longene.org/"
9 pkgdesc="Wine with unifiedkernel patch"
10 arch=('i686')
11 license=('GPL2')
12 depends=("unifiedkernel=$pkgver")
13 makedepends=('binutils')
14 provides=("wine=1.0")
15 conflicts=('wine' 'wine-git')
16 install=wine.install
17 source=( unifiedkernel-$pkgver-wine.deb::"http://www.longene.org/fileDownload.php?id=44&page=download"
18         )
19 md5sums=()
21 build()
23         cd $srcdir
24         ar x *.deb
25         tar -xpf data.tar.gz -C $pkgdir/
27 md5sums=('82636e227f89e799c02cb82249f43d33')