summaryrefslogtreecommitdiffstats
path: root/main/wine_gecko/APKBUILD
blob: 7fbd7e47b748db000f771d432b566bacccf9f08d (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="2b658806733be574309c418f6c0d4cba  wine_gecko-2.34-x86_64.msi"
sha256sums="0f2c1b24c4cd1b3fa3fb3fe31dcd9ee162446b1f3370c0a18c8cb03a0c1a1070  wine_gecko-2.34-x86_64.msi"
sha512sums="6bc69e1c8612533b3f37c16782833bca0e3aaa8ae872fe9f347ee081575c55c03866d6c71a5fb767bf4c3b012ae72f7d9c384d6d25c2584bf349126521e8f463  wine_gecko-2.34-x86_64.msi"