18 lines
614 B
Bash
18 lines
614 B
Bash
# Template file for 'wine-gecko'
|
|
pkgname=wine-gecko
|
|
version=2.36
|
|
revision=1
|
|
noarch=yes
|
|
build_style=fetch
|
|
checksum=afa457ce8f9885225b6e549dd6f154713ce15bf063c23e38c1327d2f869e128a
|
|
distfiles="${SOURCEFORGE_SITE}/wine/wine_gecko-${version}-x86.msi"
|
|
homepage="http://wiki.winehq.org/Gecko"
|
|
license="MPL-2"
|
|
short_desc="Mozilla Gecko Layout Engine for WINE to replace Internet Explorer (32bit)"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
|
|
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
|
|
}
|