summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2000-08-08 13:26:23 +0000
committerAchim Gottinger <achim@gentoo.org>2000-08-08 13:26:23 +0000
commite80cb3d55bef2a86f417a749743c547b501d5095 (patch)
treeb4e351a0b50c1b11dee4bd1bbce6a4fff6d0d864 /media-sound/alsa-utils
parent*** empty log message *** (diff)
downloadhistorical-e80cb3d55bef2a86f417a749743c547b501d5095.tar.gz
historical-e80cb3d55bef2a86f417a749743c547b501d5095.tar.bz2
historical-e80cb3d55bef2a86f417a749743c547b501d5095.zip
*** empty log message ***
Diffstat (limited to 'media-sound/alsa-utils')
-rw-r--r--media-sound/alsa-utils/alsa-utils-0.5.8-r1.ebuild42
-rw-r--r--media-sound/alsa-utils/files/digest1
2 files changed, 43 insertions, 0 deletions
diff --git a/media-sound/alsa-utils/alsa-utils-0.5.8-r1.ebuild b/media-sound/alsa-utils/alsa-utils-0.5.8-r1.ebuild
new file mode 100644
index 000000000000..080f26dd210e
--- /dev/null
+++ b/media-sound/alsa-utils/alsa-utils-0.5.8-r1.ebuild
@@ -0,0 +1,42 @@
+# 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-sound/alsa-utils/alsa-utils-0.5.8-r1.ebuild,v 1.1 2000/08/08 13:26:23 achim Exp $
+
+P=alsa-utils-0.5.8
+A=${P}.tar.bz2
+S=${WORKDIR}/${P}
+CATEGORY="media-sound"
+DESCRIPTION="Advanced Linux Sound Architecture / Utils"
+SRC_URI="ftp://ftp.alsa-project.org/pub/utils/"${A}
+HOMEPAGE="http://www.alsa-project.org/"
+
+src_unpack() {
+ unpack ${A}
+}
+
+src_compile() {
+ cd ${S}
+ ./configure --host=${CHOST} --prefix=/usr
+ make
+
+}
+
+src_install() {
+ cd ${S}/aplay
+ cd aplay
+ cp Makefile Makefile.orig
+ sed -e "s:cd \$(bindir):cd \$(DESTDIR)\$(bindir):" \
+ sed -e "s:cd \$(mandir):cd \$(DESTDIR)\$(mandir):" \
+ Makefile.orig > Makefile
+ cd ${S}
+ make DESTDIR=${D} install
+ dodoc ChangeLog COPYING README
+ newdoc alsamixer/README README.alsamixer
+ dodoc seq/aconnect/README* seq/aseqnet/README*
+ prepman
+}
+
+
+
+
diff --git a/media-sound/alsa-utils/files/digest b/media-sound/alsa-utils/files/digest
new file mode 100644
index 000000000000..9a292705cc89
--- /dev/null
+++ b/media-sound/alsa-utils/files/digest
@@ -0,0 +1 @@
+MD5 610313825dc5ef8ca25f94b10028ec93 alsa-utils-0.5.8.tar.bz2