summaryrefslogtreecommitdiff
blob: 77c15a9e0439e8d998ec1b1c9ea505bb944bcbd4 (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
32
# Copyright 1999-2004 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.9 2004/07/14 14:45:13 agriffis Exp $

At="libots-2.2.7-2.alpha.rpm"
S=${WORKDIR}/usr/lib/compaq/libots-2.2.7
SRC_URI="ftp://ftp.compaq.com/pub/products/linuxdevtools/latest/${At}"
DESCRIPTION="Compaq Linux optimized runtime for Alpha/Linux/GNU"
HOMEPAGE="http://www.support.compaq.com/alpha-tools/"
DEPEND="virtual/libc
	app-arch/rpm2targz "
RDEPEND="$DEPEND"
LICENSE="compaq-sdla"
SLOT="2.2.7"
KEYWORDS="-x86 -ppc -sparc alpha"
IUSE=""

src_unpack() {
	#if [ ! -f ${DISTDIR}/${At} ] ; then
	#	die "Please download ${At} from ${HOMEPAGE}"
	#fi
	rpm2targz ${DISTDIR}/${At}
	tar zxf libots-2.2.7-2.alpha.tar.gz
}

src_install () {
	dodir /usr/lib

	cp libots.* ${D}/usr/lib

	dodoc README
}