wine-gecko: remove long_desc.
This commit is contained in:
parent
120774bc8d
commit
025f8c8cee
1 changed files with 3 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'wine-gecko'
|
# Template file for 'wine-gecko'
|
||||||
pkgname=wine-gecko
|
pkgname=wine-gecko
|
||||||
version="2.24"
|
version="2.24"
|
||||||
revision=1
|
revision=2
|
||||||
if [ "$XBPS_MACHINE" = "i686" ]; then
|
if [ "$XBPS_MACHINE" = "i686" ]; then
|
||||||
gecko_arch="x86"
|
gecko_arch="x86"
|
||||||
checksum=6e38acae87ea66e2c1e8f2f0afe88f89eed3e6e0b431cd3da38dea814b71202c
|
checksum=6e38acae87ea66e2c1e8f2f0afe88f89eed3e6e0b431cd3da38dea814b71202c
|
||||||
|
@ -12,12 +12,8 @@ fi
|
||||||
distfiles="${SOURCEFORGE_SITE}/wine/wine_gecko-${version}-${gecko_arch}.msi"
|
distfiles="${SOURCEFORGE_SITE}/wine/wine_gecko-${version}-${gecko_arch}.msi"
|
||||||
homepage="http://wiki.winehq.org/Gecko"
|
homepage="http://wiki.winehq.org/Gecko"
|
||||||
license="MPL-2"
|
license="MPL-2"
|
||||||
short_desc="Mozilla Gecko Layout Engine for WINE to replace Internet Explorer."
|
short_desc="Mozilla Gecko Layout Engine for WINE to replace Internet Explorer"
|
||||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||||
long_desc="
|
|
||||||
WINE implements its own version of Internet Explorer. The implementation is
|
|
||||||
based on a custom version of the Mozilla Gecko Layout Engine. When an
|
|
||||||
application tries to display a web page, it loads the WINE custom Gecko."
|
|
||||||
|
|
||||||
# XXX there's no support for multilib pkgs yet, so restrict it to x86 for now.
|
# XXX there's no support for multilib pkgs yet, so restrict it to x86 for now.
|
||||||
only_for_archs="i686"
|
only_for_archs="i686"
|
||||||
|
@ -34,7 +30,5 @@ do_extract() {
|
||||||
do_install() {
|
do_install() {
|
||||||
# The actual installation within WINE occurs at runtime in whatever
|
# The actual installation within WINE occurs at runtime in whatever
|
||||||
# WINEPREFIX is being used.
|
# WINEPREFIX is being used.
|
||||||
mkdir -pv "${DESTDIR}/usr/share/wine/gecko"
|
vinstall wine_gecko-${version}-${gecko_arch}.msi 755 usr/share/wine/gecko
|
||||||
mv -v "wine_gecko-${version}-${gecko_arch}.msi" \
|
|
||||||
"${DESTDIR}/usr/share/wine/gecko"
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue