summaryrefslogtreecommitdiff
blob: 4e86416e8b3923319e589e686cb69cf01f14dc96 (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
26
27
28
29
30
31
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libots/libots-2.2.7-r2.ebuild,v 1.1 2004/02/19 15:11:03 taviso Exp $

inherit eutils rpm

At="libots-2.2.7-2.alpha.rpm"
HOMEPAGE="http://www.support.compaq.com/alpha-tools/"
DESCRIPTION="Compaq Linux optimized runtime for Alpha/Linux/GNU"
SRC_URI="ftp://ftp.compaq.com/pub/products/linuxdevtools/latest/${At}"

DEPEND="virtual/glibc"
LICENSE="compaq-sdla"
SLOT="2.2.7"
KEYWORDS="-* ~alpha"

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

RESTRICT="nostrip"

src_unpack() {
	rpm_src_unpack
}

src_install () {
	into /
	dolib.so libots.so
	dolib.a libots.a

	dodoc README
}