summaryrefslogtreecommitdiff
path: root/dev-libs/libots/libots-2.2.7.ebuild
blob: 0e2f1fd1bbb47e1b21d96fce74a49582ac8ac615 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libots/libots-2.2.7.ebuild,v 1.7 2008/05/03 17:53:42 mattst88 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="ftp://ftp.compaq.com/pub/products/C-CXX/linux/libots-2.2.7-2.alpha.rpm"

LICENSE="compaq-sdla"
SLOT="0"
KEYWORDS="-* ~alpha"
RESTRICT="strip mirror"

DEPEND="virtual/libc
	app-arch/rpm2targz"

S="${WORKDIR}/usr/lib/compaq/libots-2.2.7"

src_install() {
	dolib.so libots.so
	dolib.a libots.a
	dodoc README
}