blob: 59588de92e8b29717407b7b24e0fa363f6983cf1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-libs/io_lib/io_lib-1.8.12b.ebuild,v 1.3 2005/06/20 18:33:48 blubb Exp $
DESCRIPTION="A general purpose trace and experiment file reading/writing interface"
HOMEPAGE="http://staden.sourceforge.net/"
SRC_URI="mirror://sourceforge/staden/${P}.tar.bz2"
LICENSE="staden"
SLOT="0"
KEYWORDS="~amd64 ~ppc x86"
IUSE=""
S=${WORKDIR}/${PN}-1.8.12
src_install() {
make install DESTDIR=${D} || die
dodoc CHANGES NEWS README
}
|