diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-08-23 10:53:04 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-08-23 10:53:04 +0000 |
commit | 42cfeed1f04fd0633dd873917dd7fbda82a412fb (patch) | |
tree | 865bbbb3eccb860aa6deac36da7a6335b2cafb2b /app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-7.1.0.ebuild | |
parent | use the debian alioth homepage (diff) | |
download | historical-42cfeed1f04fd0633dd873917dd7fbda82a412fb.tar.gz historical-42cfeed1f04fd0633dd873917dd7fbda82a412fb.tar.bz2 historical-42cfeed1f04fd0633dd873917dd7fbda82a412fb.zip |
Version bump #231440 by Pacho Ramos, Robert A., Marcus D. Hanwell, and Paul Hartman.
Package-Manager: portage-2.2_rc38/cvs/Linux x86_64
RepoMan-Options: --force
Diffstat (limited to 'app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-7.1.0.ebuild')
-rw-r--r-- | app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-7.1.0.ebuild | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-7.1.0.ebuild b/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-7.1.0.ebuild new file mode 100644 index 000000000000..71e7442268a2 --- /dev/null +++ b/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-7.1.0.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-7.1.0.ebuild,v 1.1 2009/08/23 10:53:04 vapier Exp $ + +inherit eutils + +DESCRIPTION="simplified/streamlined version of wine with commercial support" +HOMEPAGE="http://www.codeweavers.com/products/cxoffice/" +SRC_URI="install-crossover-pro-${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/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 share/crossover/data/cxoffice.conf +} + +pkg_postinst() { + elog "Run /opt/cxoffice/bin/cxsetup as normal user to create" + elog "bottles and install Windows applications." +} |