18 lines
602 B
Bash
18 lines
602 B
Bash
# Template file for 'wine-gecko'
|
|
pkgname=wine-gecko
|
|
version=2.47.2
|
|
revision=1
|
|
build_style=fetch
|
|
short_desc="Mozilla Gecko Layout Engine for WINE (32bit)"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MPL-2.0"
|
|
homepage="http://wiki.winehq.org/Gecko"
|
|
distfiles="http://dl.winehq.org/wine/${pkgname}/${version}/wine-gecko-${version}-x86.msi"
|
|
checksum=e520ce7336cd420cd09c91337d87e74bb420300fd5cbc6f724c1802766b6a61d
|
|
|
|
do_install() {
|
|
# The actual installation within WINE occurs at runtime in whatever
|
|
# WINEPREFIX is being used.
|
|
vinstall wine-gecko-${version}-x86.msi 644 usr/share/wine/gecko
|
|
}
|