aboutsummaryrefslogtreecommitdiffstats
path: root/main/wine_gecko/APKBUILD
blob: 3cc558d1a42c7b9d3462f97a878ac2fa0d70b95f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=wine_gecko
pkgver=1.8
pkgrel=0
pkgdesc="Wine's built-in replacement for Microsoft's Internet Explorer"
url="http://wiki.winehq.org/Gecko"
arch="x86"
license="MPL"
depends=""
makedepends=""
install=""
subpackages=""
source="http://downloads.sourceforge.net/wine/wine_gecko-$pkgver-$CARCH.msi"

_builddir=
prepare() {
	mkdir -p "$srcdir"
}

build() {
	return 0
}

package() {
	mkdir -p "$pkgdir"/usr/share/wine/gecko/
	cp "$srcdir"/wine_gecko-$pkgver-$CARCH.msi \
		"$pkgdir"/usr/share/wine/gecko/
}

md5sums="c2f19f07e399d8b9d75a14f37fdddca7  wine_gecko-1.8-x86.msi"