summaryrefslogtreecommitdiffstats
path: root/main/wine_gecko/APKBUILD
blob: 66a15c98084c8a473e57ee9fe113ee877eddaa04 (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
32
33
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=wine_gecko
pkgver=2.34
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="54bd9d6b4fdcd556d89b4ef83c31ac8c  wine_gecko-2.34-x86.msi"
sha256sums="956c26bf302b1864f4d7cb6caee4fc83d4c1281157731761af6395b876e29ca7  wine_gecko-2.34-x86.msi"
sha512sums="abc5a4ef496ee407579cd2f284cbcb03306a08cbf3cc4952f3339286aefb36737d2d641d8e72b10a02a4d71478964e676812452c12ff7cb6aaeaf5210408c358  wine_gecko-2.34-x86.msi"