diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2007-07-22 13:43:34 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2007-07-22 13:43:34 +0000 |
commit | 8673c9c1edd37d3f441850dc747653ba6ee6101b (patch) | |
tree | e8ba4da7e9c39a17220e5f26dfaba4512f398751 | |
parent | Two voices for festival. (diff) | |
download | philantrop-8673c9c1edd37d3f441850dc747653ba6ee6101b.tar.gz philantrop-8673c9c1edd37d3f441850dc747653ba6ee6101b.tar.bz2 philantrop-8673c9c1edd37d3f441850dc747653ba6ee6101b.zip |
Crossover Office 6.1.0.
svn path=/trunk/; revision=11
3 files changed, 61 insertions, 0 deletions
diff --git a/app-emulation/crossover-office-bin/Manifest b/app-emulation/crossover-office-bin/Manifest new file mode 100644 index 0000000..8d9d7f2 --- /dev/null +++ b/app-emulation/crossover-office-bin/Manifest @@ -0,0 +1,8 @@ +DIST install-crossover-standard-6.1.0.sh 24481498 RMD160 3f65fc3f19e1c222c10c85c943af1cea0f246890 SHA1 ea7589851bf27b9e70e092a18dcd7d35859f2460 SHA256 d36938d7a53767e6169eb05565f8a3ae8313f3ceee6a5912c6497f39ca08afbf +EBUILD crossover-office-bin-6.1.0.ebuild 1230 RMD160 e133b17ab56d17b49800764eece6ff674c3192f3 SHA1 d1923aeafb5821f3914b98fdacef9093d50affc0 SHA256 152cf853a885ac8ccc36c6a7e1f4eddfda231084ae9dd351c009c166845b98ba +MD5 e83fefecbab208c8962d33adb4556b1b crossover-office-bin-6.1.0.ebuild 1230 +RMD160 e133b17ab56d17b49800764eece6ff674c3192f3 crossover-office-bin-6.1.0.ebuild 1230 +SHA256 152cf853a885ac8ccc36c6a7e1f4eddfda231084ae9dd351c009c166845b98ba crossover-office-bin-6.1.0.ebuild 1230 +MD5 4d5eab0c4d32bace33c7c1039accf98c files/digest-crossover-office-bin-6.1.0 292 +RMD160 c77658ed1d5bb4961d285a4338e69e6fe49279e1 files/digest-crossover-office-bin-6.1.0 292 +SHA256 bac6bb3d42382be92ebfaaa66e62c0f18007b88252a861f8379288bee9df4eda files/digest-crossover-office-bin-6.1.0 292 diff --git a/app-emulation/crossover-office-bin/crossover-office-bin-6.1.0.ebuild b/app-emulation/crossover-office-bin/crossover-office-bin-6.1.0.ebuild new file mode 100644 index 0000000..9ee23cb --- /dev/null +++ b/app-emulation/crossover-office-bin/crossover-office-bin-6.1.0.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-6.0.1.ebuild,v 1.2 2007/07/02 13:48:55 peper Exp $ + +inherit eutils + +DESCRIPTION="specialized version of wine for MS Office" +HOMEPAGE="http://www.codeweavers.com/site/products/cxoffice/" +SRC_URI="install-crossover-standard-${PV}.sh" + +LICENSE="CROSSOVER" +SLOT="0" +KEYWORDS="-* amd64 x86" +IUSE="nas" +RESTRICT="fetch strip" + +RDEPEND="sys-libs/glibc + x11-libs/libXrandr + x11-libs/libXi + x11-libs/libXmu + x11-libs/libXmu + x11-libs/libXxf86dga + x11-libs/libXxf86vm + dev-util/desktop-file-utils + nas? ( media-libs/nas ) + amd64? ( app-emulation/emul-linux-x86-xlibs )" + +S=${WORKDIR} + +pkg_nofetch() { + einfo "Please visit ${HOMEPAGE}" + einfo "and place ${A} in ${DISTDIR}" +} + +src_unpack() { + unpack_makeself +} + +src_install() { + dodir /opt/cxoffice + cp -r * "${D}"/opt/cxoffice || die "cp failed" + rm -r "${D}"/opt/cxoffice/setup.{sh,data} + insinto /opt/cxoffice/etc + doins support/templates/cxoffice.conf +} + +pkg_postinst() { + einfo "Run /opt/cxoffice/bin/cxsetup as normal user to create" + einfo "bottles and install Windows applications." +} diff --git a/app-emulation/crossover-office-bin/files/digest-crossover-office-bin-6.1.0 b/app-emulation/crossover-office-bin/files/digest-crossover-office-bin-6.1.0 new file mode 100644 index 0000000..9e0b03e --- /dev/null +++ b/app-emulation/crossover-office-bin/files/digest-crossover-office-bin-6.1.0 @@ -0,0 +1,3 @@ +MD5 29d427edf950a962a8d7d063f6ace456 install-crossover-standard-6.1.0.sh 24481498 +RMD160 3f65fc3f19e1c222c10c85c943af1cea0f246890 install-crossover-standard-6.1.0.sh 24481498 +SHA256 d36938d7a53767e6169eb05565f8a3ae8313f3ceee6a5912c6497f39ca08afbf install-crossover-standard-6.1.0.sh 24481498 |