diff options
author | Mikael Hallendal <hallski@gentoo.org> | 2001-09-04 19:19:02 +0000 |
---|---|---|
committer | Mikael Hallendal <hallski@gentoo.org> | 2001-09-04 19:19:02 +0000 |
commit | 5ae853e38486ed9bcea57510646bfba94f53be57 (patch) | |
tree | f69b33f7dc4a3365ddd9913abbb83cefda4ff1c2 /media-libs/audiofile | |
parent | updated to 2.0.8 (diff) | |
download | historical-5ae853e38486ed9bcea57510646bfba94f53be57.tar.gz historical-5ae853e38486ed9bcea57510646bfba94f53be57.tar.bz2 historical-5ae853e38486ed9bcea57510646bfba94f53be57.zip |
updated to 0.2.2
Diffstat (limited to 'media-libs/audiofile')
-rw-r--r-- | media-libs/audiofile/audiofile-0.2.2.ebuild | 32 | ||||
-rw-r--r-- | media-libs/audiofile/files/digest-audiofile-0.2.2 | 1 |
2 files changed, 33 insertions, 0 deletions
diff --git a/media-libs/audiofile/audiofile-0.2.2.ebuild b/media-libs/audiofile/audiofile-0.2.2.ebuild new file mode 100644 index 000000000000..afefeeeee543 --- /dev/null +++ b/media-libs/audiofile/audiofile-0.2.2.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Achim Gottinger <achim@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/media-libs/audiofile/audiofile-0.2.2.ebuild,v 1.1 2001/09/04 19:19:02 hallski Exp $ + +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="An elegant API for accessing audio files" +SRC_URI="ftp://oss.sgi.com/projects/audiofile/download/${A}" +HOMEPAGE="http://oss.sgi.com/projects/audiofile/" + +DEPEND="virtual/glibc" + +src_compile() { + + try ./configure --host=${CHOST} --prefix=/usr + try pmake +} + +src_install() { + + try make prefix=${D}/usr install + dodoc ACKNOWLEDGEMENTS AUTHORS COPYING* ChangeLog README TODO + dodoc NEWS NOTES + +} + + + + + + diff --git a/media-libs/audiofile/files/digest-audiofile-0.2.2 b/media-libs/audiofile/files/digest-audiofile-0.2.2 new file mode 100644 index 000000000000..bec79e127fc9 --- /dev/null +++ b/media-libs/audiofile/files/digest-audiofile-0.2.2 @@ -0,0 +1 @@ +MD5 7a088be2b91f7effaaa3197548c8926a audiofile-0.2.2.tar.gz |