diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-03-10 13:32:38 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-03-10 13:32:38 +0000 |
commit | d1add15de8447e43e743bbac75d44d8868ba7542 (patch) | |
tree | 33aea70f8c8e22768f1057cf3b0049978abef735 /media-libs/audiofile | |
parent | hppa stable (diff) | |
download | historical-d1add15de8447e43e743bbac75d44d8868ba7542.tar.gz historical-d1add15de8447e43e743bbac75d44d8868ba7542.tar.bz2 historical-d1add15de8447e43e743bbac75d44d8868ba7542.zip |
hppa stable
Diffstat (limited to 'media-libs/audiofile')
-rw-r--r-- | media-libs/audiofile/audiofile-0.2.6.ebuild | 20 |
1 files changed, 7 insertions, 13 deletions
diff --git a/media-libs/audiofile/audiofile-0.2.6.ebuild b/media-libs/audiofile/audiofile-0.2.6.ebuild index 66f4ac122a1c..ad658ca6cf60 100644 --- a/media-libs/audiofile/audiofile-0.2.6.ebuild +++ b/media-libs/audiofile/audiofile-0.2.6.ebuild @@ -1,21 +1,20 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/audiofile/audiofile-0.2.6.ebuild,v 1.1 2004/03/07 12:16:33 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/audiofile/audiofile-0.2.6.ebuild,v 1.2 2004/03/10 13:32:38 vapier Exp $ inherit libtool gnuconfig DESCRIPTION="An elegant API for accessing audio files" -SRC_URI="http://www.68k.org/~michael/audiofile/${P}.tar.gz" HOMEPAGE="http://www.68k.org/~michael/audiofile/" +SRC_URI="http://www.68k.org/~michael/audiofile/${P}.tar.gz" -DEPEND="virtual/glibc" - -SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64 ~mips ~ia64" +SLOT="0" +KEYWORDS="~x86 ~ppc ~sparc ~alpha hppa ~amd64 ~mips ~ia64" -src_compile() { +DEPEND="virtual/glibc" +src_compile() { # Allows configure to detect mipslinux systems use mips && gnuconfig_update @@ -23,14 +22,9 @@ src_compile() { econf --enable-largefile || die emake || die - } src_install() { - einstall || die - - dodoc ACKNOWLEDGEMENTS AUTHORS COPYING* \ - ChangeLog README TODO NEWS NOTES - + dodoc ACKNOWLEDGEMENTS AUTHORS ChangeLog README TODO NEWS NOTES } |