void-packages/srcpkgs/wine-gecko/template
2015-12-09 12:29:18 +01:00

18 lines
614 B
Bash

# Template file for 'wine-gecko'
pkgname=wine-gecko
version=2.40
revision=1
noarch=yes
build_style=fetch
checksum=1a29d17435a52b7663cea6f30a0771f74097962b07031947719bb7b46057d302
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
}