2012-09-20 13:33:14 +02:00
|
|
|
# Template file for 'wine-gecko'
|
|
|
|
pkgname=wine-gecko
|
2014-12-17 14:12:12 +01:00
|
|
|
version=2.34
|
|
|
|
revision=1
|
|
|
|
noarch=yes
|
|
|
|
build_style=fetch
|
|
|
|
checksum=956c26bf302b1864f4d7cb6caee4fc83d4c1281157731761af6395b876e29ca7
|
|
|
|
distfiles="${SOURCEFORGE_SITE}/wine/wine_gecko-${version}-x86.msi"
|
2012-09-20 13:33:14 +02:00
|
|
|
homepage="http://wiki.winehq.org/Gecko"
|
|
|
|
license="MPL-2"
|
2014-12-17 14:12:12 +01:00
|
|
|
short_desc="Mozilla Gecko Layout Engine for WINE to replace Internet Explorer (32bit)"
|
2014-06-08 12:15:44 +02:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-09-20 13:33:14 +02:00
|
|
|
|
|
|
|
do_install() {
|
|
|
|
# The actual installation within WINE occurs at runtime in whatever
|
|
|
|
# WINEPREFIX is being used.
|
2014-12-17 14:12:12 +01:00
|
|
|
vinstall wine_gecko-${version}-x86.msi 755 usr/share/wine/gecko
|
2012-09-20 13:33:14 +02:00
|
|
|
}
|