You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-overlay/app-emulation/wine-etersoft-network/wine-etersoft-network-1.0.9...

60 lines
1.7 KiB

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit rpm
#MY_P="wine-etersoft-network-${PV}"
MY_P="wine-etersoft-network-1.0.9"
DESCRIPTION="WINE@Etersoft Network, a addon for WINE@Etersoft with enhanced Network support for office application, as such as 1C:Predpryatie"
HOMEPAGE="http://www.etersoft.ru/"
SRC_URI="${MY_P}-alt17.M40.18.i586.rpm"
LICENSE="WINE@Etersoft-Network Corp.WINE@Etersoft-Network"
SLOT="0"
KEYWORDS="-* ~x86 ~amd64"
#IUSE="alsa arts cups dbus esd hal jack jpeg lcms ldap nas ncurses opengl oss scanner xml X"
RESTRICT="fetch strip"
RDEPEND=">=media-libs/freetype-2.0.0
!app-emulation/wine
!app-emulation/wine-etersoft-sql
!app-emulation/wine-etersoft-local
>=app-emulation/wine-etersoft-public-${PV}
>=dev-libs/openssl-0.9.8g
media-fonts/corefonts "
pkg_nofetch() {
einfo "Please download the appropriate WINE@Etersoft-Network archive (${MY_P}-alt17.M40.18.i586.rpm)"
einfo "from ${HOMEPAGE} (requires a Etersoft subscription)"
einfo
einfo "Then put the file in ${DISTDIR}"
}
src_unpack () {
echo "${DISTDIR}/${A}"
rpm_unpack "${DISTDIR}/${A}"
cp -p "${FILESDIR}"/eter_acl "${WORKDIR}"/usr/bin/
}
src_install() {
dodir /etc/init.d
dodir /etc/wine
cp "${FILESDIR}"/etersafe.init-1.0.9 "${D}"/etc/init.d/etersafed || die "cp usr"
cp -R "${WORKDIR}"/usr "${D}" || die "cp usr"
cp -R "${WORKDIR}"/etc/wine/* "${D}"/etc/wine/ || die "cp /etc/wine"
}
pkg_postinst() {
cd /usr/lib
ln -s libcrypto.so libcrypto.so.6
ln -s libssl.so libssl.so.6
einfo "Run /usr/bin/wine to start wine as any non-root user."
einfo "This will take care of creating an initial environment"
einfo " and do everything else."
einfo ""
}