stable/trunk/novell4gentoo/net-nds/novell-ndsbase/novell-ndsbase-8.7.3.10_p67.ebuild
2008-08-26 17:36:34 +00:00

71 lines
2.3 KiB
Bash

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
NOVELL_BUILDID="kYdirfNtHSs~"
NOVELL_FILE32="patchfiles/edir87310b.tar.gz"
RESTRICT="mirror strip"
inherit novell eutils rpm java-utils-2
MY_PV="${PV/_p/-}"
DESCRIPTION="Novell Directory User Agent"
HOMEPAGE="http://www.novell.com"
SRC_URI="http://${NOVELL_ACCOUNT_USERNAME}:${NOVELL_ACCOUNT_PASSWORD}@cdn.novell.com/prot/${NOVELL_BUILDID}/${NOVELL_FILE32}"
LICENSE="Novell-eDir-87"
SLOT="0"
KEYWORDS="~x86"
IUSE="linguas_fr linguas_fr_FR linguas_fr_FR linguas_ja linguas_ja_JP unicode"
DEPEND=""
RDEPEND="virtual/libc
>=virtual/jdk-1.4
>=app-crypt/novell-nici-2.6.4_p005"
src_unpack() {
unpack ${A}
mkdir -p "${WORKDIR}"/${PN}-${MY_PV}
cd ${PN}-${MY_PV}
rpm_unpack "${WORKDIR}"/edir87310/Linux/NDSbase.i386.rpm
}
src_compile() { :; }
src_install() {
for x in fr_FR ja_JP
do
if use linguas_${x}
then
cp "${WORKDIR}"/${PN}-${MY_PV}/usr/share/locale/${x}/LC_MESSAGES/*.mo \
"${WORKDIR}"/${PN}-${MY_PV}/usr/share/locale/${x}/
domo "${WORKDIR}"/${PN}-${MY_PV}/usr/share/locale/${x}/*.mo
fi
done
use unicode && cp "${WORKDIR}"/${PN}-${MY_PV}/usr/share/locale/fr_FR.UTF-8/LC_MESSAGES/*.mo \
"${WORKDIR}"/${PN}-${MY_PV}/usr/share/locale/fr_FR.UTF-8/
use unicode && domo "${WORKDIR}"/${PN}-${MY_PV}/usr/share/locale/fr_FR.UTF-8/*.mo
dobin "${WORKDIR}"/${PN}-${MY_PV}/usr/bin/*
dolib "${WORKDIR}"/${PN}-${MY_PV}/usr/lib/*.so*
java-pkg_dojar "${WORKDIR}"/${PN}-${MY_PV}/usr/lib/*.jar
doman "${WORKDIR}"/${PN}-${MY_PV}/usr/man/*/*.gz
use linguas_fr && doman -i18n=fr "${WORKDIR}"/${PN}-${MY_PV}/usr/man/fr/*/*.gz
use linguas_ja && doman -i18n=ja "${WORKDIR}"/${PN}-${MY_PV}/usr/man/ja/*/*.gz
}
pkg_nofetch() {
einfo "This files require you to register at ${HOMEPAGE} (free account)"
einfo "Please download following file:"
einfo " - ${NOVELL_FILE32}"
einfo "from http://download.novell.com/Download?buildid=${NOVELL_BUILDID}"
einfo "and place it in ${DISTDIR}"
einfo ""
einfo "To get rid of downloading files from ${HOMEPAGE}"
einfo "you can create a file /etc/portage/novell.acc"
einfo "containing the novell account infos with following commands"
einfo "# echo \"NOVELL_ACCOUNT_USERNAME=\\\"balduin\\\"\" >> /etc/portage/novell.acc"
einfo "# echo \"NOVELL_ACCOUNT_PASSWORD=\\\"derfisch\\\"\" >> /etc/portage/novell.acc"
}