diff options
author | Arcady Genkin <agenkin@gentoo.org> | 2002-02-17 08:04:30 +0000 |
---|---|---|
committer | Arcady Genkin <agenkin@gentoo.org> | 2002-02-17 08:04:30 +0000 |
commit | 2e93358b624cae274ca723ae99e116e45bba259b (patch) | |
tree | 7f735fd07ed8fb5ca350ee9082bd9cd6f47335bb /media-sound/alsa-tools | |
parent | Fixed up perils of copy-paste. (diff) | |
download | gentoo-2-2e93358b624cae274ca723ae99e116e45bba259b.tar.gz gentoo-2-2e93358b624cae274ca723ae99e116e45bba259b.tar.bz2 gentoo-2-2e93358b624cae274ca723ae99e116e45bba259b.zip |
Initial version.
Diffstat (limited to 'media-sound/alsa-tools')
-rw-r--r-- | media-sound/alsa-tools/ChangeLog | 10 | ||||
-rw-r--r-- | media-sound/alsa-tools/alsa-tools-0.9.0_beta10.ebuild | 43 | ||||
-rw-r--r-- | media-sound/alsa-tools/files/digest-alsa-tools-0.9.0_beta10 | 1 |
3 files changed, 54 insertions, 0 deletions
diff --git a/media-sound/alsa-tools/ChangeLog b/media-sound/alsa-tools/ChangeLog new file mode 100644 index 000000000000..d10a72190665 --- /dev/null +++ b/media-sound/alsa-tools/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for media-libs/alsa-lib +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-tools/ChangeLog,v 1.1 2002/02/17 08:04:30 agenkin Exp $ + +*alsa-tools-0.9.0_beta10 (17 Feb 2002) + + 17 Feb 2002; Arcady Genkin <agenkin@thpoon.com> + alsa-tools-0.9.0_beta10.ebuild : + + The first version of this package.
\ No newline at end of file diff --git a/media-sound/alsa-tools/alsa-tools-0.9.0_beta10.ebuild b/media-sound/alsa-tools/alsa-tools-0.9.0_beta10.ebuild new file mode 100644 index 000000000000..e4b7ac551b9b --- /dev/null +++ b/media-sound/alsa-tools/alsa-tools-0.9.0_beta10.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2001 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Arcady Genkin <agenkin@thpoon.com> +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-tools/alsa-tools-0.9.0_beta10.ebuild,v 1.1 2002/02/17 08:04:30 agenkin Exp $ + +DESCRIPTION="Advanced Linux Sound Architecture tools" +HOMEPAGE="http://www.alsa-project.org" +DEPEND="virtual/glibc + ~media-lib/alsa-lib-0.9.0.1_beta10 + >=x11-libs/gtk+-1.0.1" + +#transform P to match tarball versioning +MYPV="${PV/_beta/beta}" +MYP="${PN}-${MYPV}" +S="${WORKDIR}/${MYP}" + +SRC_URI="ftp://ftp.alsa-project.org/pub/tools/${MYP}.tar.bz2" + + +ALSA_TOOLS="ac3dec as10k1 envy24control sb16_csp seq/sbiload" + +src_compile() { + # Some of the tools don't make proper use of CFLAGS, even though + # all of them seem to use autoconf. This needs to be fixed. + local f + for f in ${ALSA_TOOLS} + do + cd "${S}/${f}" + ./configure --host="${CHOST}" \ + --prefix=/usr \ + || die "./configure failed" + emake || die "Parallel Make Failed" + done +} + +src_install() { + local f + for f in ${ALSA_TOOLS} + do + cd "${S}/${f}" + make DESTDIR="${D}" install || die + done +} diff --git a/media-sound/alsa-tools/files/digest-alsa-tools-0.9.0_beta10 b/media-sound/alsa-tools/files/digest-alsa-tools-0.9.0_beta10 new file mode 100644 index 000000000000..add97c8b84f5 --- /dev/null +++ b/media-sound/alsa-tools/files/digest-alsa-tools-0.9.0_beta10 @@ -0,0 +1 @@ +MD5 2461717cde689d95f2354534cced3236 alsa-tools-0.9.0beta10.tar.bz2 163354 |