eDir 8.8.1
This commit is contained in:
32
trunk/novell4gentoo/net-libs/metadata.xml
Normal file
32
trunk/novell4gentoo/net-libs/metadata.xml
Normal file
@@ -0,0 +1,32 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE catmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<catmetadata>
|
||||
<longdescription lang="en">
|
||||
The net-libs category contains libraries that are network-related.
|
||||
</longdescription>
|
||||
<longdescription lang="de">
|
||||
Die Kategorie net-libs enthält Bibliotheken zur Netzwerkprogrammierung.
|
||||
</longdescription>
|
||||
<longdescription lang="es">
|
||||
La categoría net-libs contiene librerías relacionadas con las redes.
|
||||
</longdescription>
|
||||
<longdescription lang="ja">
|
||||
net-libsカテゴリーにはネットワーク関連のライブラリが含まれています。
|
||||
</longdescription>
|
||||
<longdescription lang="nl">
|
||||
De net-libs categorie bevat bibliotheken voor netwerk-gebruik.
|
||||
</longdescription>
|
||||
<longdescription lang="vi">
|
||||
Nhóm net-libs chứa các thư viện về mạng.
|
||||
</longdescription>
|
||||
<longdescription lang="it">
|
||||
La categoria net-libs contiene librerie per le reti.
|
||||
</longdescription>
|
||||
<longdescription lang="pt">
|
||||
A categoria net-libs contém bibliotecas relacionadas a redes.
|
||||
</longdescription>
|
||||
<longdescription lang="pl">
|
||||
Kategoria net-libs zawiera związane z siecią biblioteki.
|
||||
</longdescription>
|
||||
</catmetadata>
|
||||
|
||||
@@ -8,7 +8,7 @@ MY_PV="${PV/_p/-}"
|
||||
DESCRIPTION="Novell Service Location Protokol"
|
||||
HOMEPAGE="http://www.novell.com"
|
||||
SRC_URI="http://supportfiles.novell.com/support/pub/allupdates/c1_136e_linux.tgz"
|
||||
LICENSE="Novell"
|
||||
LICENSE="Novell-eDir-87"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86"
|
||||
IUSE=""
|
||||
|
||||
@@ -0,0 +1,38 @@
|
||||
# Copyright 1999-2005 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/net-misc/novell-ndsslp/novell-ndsslp-8.8.1.ebuild,v 0.1 2005/11/06 15:17:50 Mario Fetka $
|
||||
|
||||
inherit eutils rpm
|
||||
|
||||
MY_PV="${PV/_p/-}"
|
||||
DESCRIPTION="Novell Service Location Protokol"
|
||||
HOMEPAGE="http://www.novell.com"
|
||||
SRC_URI="http://${NOVELL_ACCOUNT_USERNAME}:${NOVELL_ACCOUNT_PASSWORD}@cache.novell.com/prot/cK697ew-SfQ~/20060526_0800_Linux_88-SP1_FINAL.tar.gz"
|
||||
LICENSE="Novell-eDir-88"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86"
|
||||
IUSE=""
|
||||
DEPEND=""
|
||||
RDEPEND="virtual/libc"
|
||||
RESTRICT="nomirror nostrip"
|
||||
|
||||
src_unpack() {
|
||||
unpack ${A}
|
||||
mkdir -p ${WORKDIR}/${PN}-${MY_PV}
|
||||
cd ${PN}-${MY_PV}
|
||||
rpm_unpack ${WORKDIR}/eDirectory/setup/novell-NDSslp-${MY_PV}.i386.rpm
|
||||
}
|
||||
|
||||
src_compile() { :; }
|
||||
|
||||
src_install() {
|
||||
rm -rf "${WORKDIR}/${PN}-${MY_PV}"/etc/init.d || die "rm -rf etc/init.d"
|
||||
mv "${WORKDIR}/${PN}-${MY_PV}"/etc "${D}"/ || die "mv etc"
|
||||
mv "${WORKDIR}/${PN}-${MY_PV}"/usr "${D}"/ || die "mv usr"
|
||||
mv "${WORKDIR}/${PN}-${MY_PV}"/var "${D}"/ || die "mv var"
|
||||
|
||||
exeinto /etc/init.d
|
||||
newexe ${FILESDIR}/slpuasa87.initd slpuasa
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user