18 lines
611 B
Text
18 lines
611 B
Text
# Template file for 'wine-gecko'
|
|
pkgname=wine-gecko
|
|
version=2.34
|
|
revision=1
|
|
noarch=yes
|
|
build_style=fetch
|
|
checksum=956c26bf302b1864f4d7cb6caee4fc83d4c1281157731761af6395b876e29ca7
|
|
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@gmail.com>"
|
|
|
|
do_install() {
|
|
# The actual installation within WINE occurs at runtime in whatever
|
|
# WINEPREFIX is being used.
|
|
vinstall wine_gecko-${version}-x86.msi 755 usr/share/wine/gecko
|
|
}
|