Cleanup tree
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
# Copyrig4#ht 1999-2006 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
inherit eutils rpm
|
||||
|
||||
MY_PV="${PV/_p/-}"
|
||||
DESCRIPTION="Novell modular Authetication Services"
|
||||
HOMEPAGE="http://www.novell.com"
|
||||
SRC_URI="http://files3.novell.com/support/pub/updates/nmsrv238.tgz"
|
||||
LICENSE="Novell-eDir-87"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86"
|
||||
IUSE=""
|
||||
DEPEND=""
|
||||
RDEPEND="virtual/libc
|
||||
>=app-crypt/novell-nici-2.6.4_p005
|
||||
!net-misc/novell-nmas"
|
||||
RESTRICT="nomirror nostrip"
|
||||
|
||||
src_unpack() {
|
||||
unpack ${A}
|
||||
mkdir -p ${WORKDIR}/${PN}-${MY_PV}
|
||||
cd ${PN}-${MY_PV}
|
||||
rpm_unpack ${WORKDIR}/nmsrv238/UNIX/Linux/NOVLnmas-${MY_PV}.i386.rpm
|
||||
}
|
||||
|
||||
src_compile() { :; }
|
||||
|
||||
src_install() {
|
||||
mv "${WORKDIR}/${PN}-${MY_PV}"/usr "${D}"/ || die "mv usr"
|
||||
}
|
||||
Reference in New Issue
Block a user