summaryrefslogtreecommitdiff
path: root/dev-libs/libcpml/libcpml-5.2.01.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/libcpml/libcpml-5.2.01.ebuild')
-rw-r--r--dev-libs/libcpml/libcpml-5.2.01.ebuild6
1 files changed, 4 insertions, 2 deletions
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