# Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger # $Header: /var/cvsroot/gentoo-x86/media-libs/audiofile/audiofile-0.2.1.ebuild,v 1.4 2002/02/13 16:51:41 g2boojum Exp $ S=${WORKDIR}/${P} DESCRIPTION="An elegant API for accessing audio files" SRC_URI="ftp://oss.sgi.com/projects/audiofile/download/${P}.tar.gz" HOMEPAGE="http://oss.sgi.com/projects/audiofile/" DEPEND="virtual/glibc" src_compile() { ./configure --host=${CHOST} --prefix=/usr || die emake || die } src_install() { make prefix=${D}/usr install || die dodoc ACKNOWLEDGEMENTS AUTHORS COPYING* ChangeLog README TODO dodoc NEWS NOTES }