summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2008-04-13 22:13:19 +0000
committerMatt Turner <mattst88@gmail.com>2008-04-13 22:13:19 +0000
commit194fd6f460f58d7dc5f148379c11b2587e6ad212 (patch)
tree107e6c111039c86464a87db44e7906f96c6520cf
parentad255f670bf698c2ed87218d9de4f4a4880b4968 (diff)
Fix libcpml ebuild
git-svn-id: svn://mattst88.com/svn/compaq-c-overlay@4 8c41e67f-757b-4206-be13-12d8f16ad5be
-rw-r--r--dev-libs/libcpml/Manifest4
-rw-r--r--dev-libs/libcpml/libcpml-5.2.01.ebuild6
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-libs/libcpml/Manifest b/dev-libs/libcpml/Manifest
index 1dc8085..44bb184 100644
--- a/dev-libs/libcpml/Manifest
+++ b/dev-libs/libcpml/Manifest
@@ -1 +1,3 @@
-EBUILD libcpml-5.2.01.ebuild 1330 RMD160 0b9ea18e3e1b88981d616ea928d0a728f377ec84 SHA1 be2a2e4cb86f3b419f48d5420649e10decab3efb SHA256 340eb770095c7a02b64324052528f3598ad2b25f1df7e2f9b7a3c426a12bcd0f
+DIST cpml_ev5-5.2.0-1.alpha.rpm 323919 RMD160 b4b12e85313519da586efc34a641fce0fa15c136 SHA1 149f6bd927c433eda02d5df67606d390cbd68e4f SHA256 969029723bfe7ebf3092086f24fadca6dc34d54b8f2805c081a9854a70115d1e
+DIST cpml_ev6-5.2.0-1.alpha.rpm 311950 RMD160 477f700db6fa7832a803c1cfc0ac7dccab5f6513 SHA1 616431db54a0acead332af61d8e3600a3ac610d4 SHA256 46eb527079b2b76f6da3aa081342e53db3e8ec8db8a4d3f29499cb7e4b7037f8
+EBUILD libcpml-5.2.01.ebuild 1508 RMD160 3b76a2922b88aba4893ede0615ee70238de8b8ea SHA1 f06472e04de9be41b6c53d2cc4b720a7c27c3470 SHA256 7635e13575f11a9b5bc3a7e69f4b130d4d3be90c6affb7f26af68b1471783abb
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