From 194fd6f460f58d7dc5f148379c11b2587e6ad212 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Sun, 13 Apr 2008 22:13:19 +0000 Subject: Fix libcpml ebuild git-svn-id: svn://mattst88.com/svn/compaq-c-overlay@4 8c41e67f-757b-4206-be13-12d8f16ad5be --- dev-libs/libcpml/libcpml-5.2.01.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'dev-libs/libcpml/libcpml-5.2.01.ebuild') diff --git a/dev-libs/libcpml/libcpml-5.2.01.ebuild b/dev-libs/libcpml/libcpml-5.2.01.ebuild index 5205303..0ff51c6 100644 --- a/dev-libs/libcpml/libcpml-5.2.01.ebuild +++ b/dev-libs/libcpml/libcpml-5.2.01.ebuild @@ -6,12 +6,14 @@ inherit eutils rpm DESCRIPTION="Compaq's Optimized Math Library for the Alpha Platform" HOMEPAGE="ftp://ftp.compaq.com/pub/products/C-CXX/linux/" +SRC_URI="ev6? (ftp://ftp.compaq.com/pub/products/linuxdevtools/latest/cpml_ev6-5.2.0-1.alpha.rpm) + !ev6? (ftp://ftp.compaq.com/pub/products/linuxdevtools/latest/cpml_ev5-5.2.0-1.alpha.rpm)" LICENSE="compaq-sdla" SLOT="5.2.01" KEYWORDS="-* ~alpha" IUSE="ev6" -RESTRICT="fetch nostrip nomirror" +RESTRICT="fetch strip nomirror" DEPEND="virtual/libc sys-devel/binutils @@ -37,7 +39,7 @@ src_compile () { src_install() { local EV; use ev6 && EV=ev6 || EV=ev5 - mv ${WORKDIR}/usr ${D} + mv ${S} ${D} dodir /usr/lib/ dosym ./compaq/cpml-5.2.0/libcpml_${EV}.so /usr/lib/libcpml_${EV}.so -- cgit v1.2.3