summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2008-05-03 21:39:05 +0000
committerMatt Turner <mattst88@gmail.com>2008-05-03 21:39:05 +0000
commit0400fff66c7bacf2643522aade72af79c96bdf44 (patch)
tree1204465f515cf7a528351125cb36a9d546e00e97
parent628efaec5ac1742297b814c8a667dea555620790 (diff)
Add libots
git-svn-id: svn://mattst88.com/svn/compaq-c-overlay@11 8c41e67f-757b-4206-be13-12d8f16ad5be
-rw-r--r--dev-libs/libots/Manifest2
-rw-r--r--dev-libs/libots/libots-2.2.7.ebuild26
2 files changed, 28 insertions, 0 deletions
diff --git a/dev-libs/libots/Manifest b/dev-libs/libots/Manifest
new file mode 100644
index 0000000..39ed503
--- /dev/null
+++ b/dev-libs/libots/Manifest
@@ -0,0 +1,2 @@
+DIST libots-2.2.7-2.alpha.rpm 94336 RMD160 ac17689a543dcb5097c35229267f04fe5856bf42 SHA1 f266cfa5b837e14d3cac20659e55dedaa52e5dc5 SHA256 32e6e49d8bc4faf1b5c250cb764c124833947fa16c7f96ea6b23fb4d96030530
+EBUILD libots-2.2.7.ebuild 668 RMD160 8c7eb585d224823ae5c2aad97d65a54b9ce03d59 SHA1 cb89ae1aa0b471232b9b481e5d162e0515ccc6df SHA256 d98731230a122f371efd5904cb0eb9ad215ed0d89a7b76a9f5f7fcbf8c2e0b3d
diff --git a/dev-libs/libots/libots-2.2.7.ebuild b/dev-libs/libots/libots-2.2.7.ebuild
new file mode 100644
index 0000000..8d7868b
--- /dev/null
+++ b/dev-libs/libots/libots-2.2.7.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcpml/libcpml-5.2.01-r3.ebuild,v 1.5 2004/07/02 04:44:16 eradicator Exp $
+
+inherit eutils rpm
+
+DESCRIPTION="Compaq's Optimized Runtime Library for the Alpha Platform"
+HOMEPAGE="ftp://ftp.compaq.com/pub/products/C-CXX/linux/"
+SRC_URI="libots-2.2.7-2.alpha.rpm"
+
+LICENSE="compaq-sdla"
+SLOT="0"
+KEYWORDS="-* ~alpha"
+RESTRICT="fetch strip mirror"
+
+DEPEND="virtual/libc
+ app-arch/rpm2targz"
+
+S=${WORKDIR}/usr/lib/compaq/libots-2.2.7
+
+src_install() {
+ dodir /usr/lib
+ dolib.so libots.so
+ dolib.a libots.a
+ dodoc README
+}