18 lines
602 B
Bash
18 lines
602 B
Bash
# Template file for 'wine-gecko'
|
|
pkgname=wine-gecko
|
|
version=2.47.4
|
|
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=26cecc47706b091908f7f814bddb074c61beb8063318e9efc5a7f789857793d6
|
|
|
|
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
|
|
}
|