diff options
author | Arcady Genkin <agenkin@gentoo.org> | 2003-03-04 22:17:50 +0000 |
---|---|---|
committer | Arcady Genkin <agenkin@gentoo.org> | 2003-03-04 22:17:50 +0000 |
commit | dafec93b6b41a37221f38ec26cbf06d2460b0123 (patch) | |
tree | e14931f72dd1252dc4e3fb55a1482b712dcc4ada /media-sound/cmix | |
parent | version bump (diff) | |
download | gentoo-2-dafec93b6b41a37221f38ec26cbf06d2460b0123.tar.gz gentoo-2-dafec93b6b41a37221f38ec26cbf06d2460b0123.tar.bz2 gentoo-2-dafec93b6b41a37221f38ec26cbf06d2460b0123.zip |
Initial import (bug 13486).
Diffstat (limited to 'media-sound/cmix')
-rw-r--r-- | media-sound/cmix/ChangeLog | 9 | ||||
-rw-r--r-- | media-sound/cmix/cmix-1.6.ebuild | 33 | ||||
-rw-r--r-- | media-sound/cmix/files/digest-cmix-1.6 | 1 |
3 files changed, 43 insertions, 0 deletions
diff --git a/media-sound/cmix/ChangeLog b/media-sound/cmix/ChangeLog new file mode 100644 index 000000000000..1956eb8d31c8 --- /dev/null +++ b/media-sound/cmix/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for media-sound/cmix +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/cmix/ChangeLog,v 1.1 2003/03/04 22:17:50 agenkin Exp $ + + +*cmix-1.6 (04 Mar 2003) + + 04 Mar 2003; Arcady Genkin <agenkin@gentoo.org> : + Initial version, submitted by modem <nerv@ono.com> (bug #13486). diff --git a/media-sound/cmix/cmix-1.6.ebuild b/media-sound/cmix/cmix-1.6.ebuild new file mode 100644 index 000000000000..b6b22a26b70d --- /dev/null +++ b/media-sound/cmix/cmix-1.6.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/cmix/cmix-1.6.ebuild,v 1.1 2003/03/04 22:17:50 agenkin Exp $ + +DESCRIPTION="cmix is a command line audio mixer :D" +HOMEPAGE="http://cmix.sourceforge.net/" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="~x86" +IUSE="" +DEPEND="virtual/glibc" + +SRC_URI="http://antipoder.dyndns.org/downloads/${P}.tbz2" +S=${WORKDIR}/${P} + +src_unpack() { + + unpack ${A} + cd ${S} +} + +src_compile() { + + make || die +} + +src_install() { + + einstall + dobin cmix + dodoc COPYING README || die +} diff --git a/media-sound/cmix/files/digest-cmix-1.6 b/media-sound/cmix/files/digest-cmix-1.6 new file mode 100644 index 000000000000..6637174b8c35 --- /dev/null +++ b/media-sound/cmix/files/digest-cmix-1.6 @@ -0,0 +1 @@ +MD5 daa4e8ae401cce33c954323ce2122c8f cmix-1.6.tbz2 12880 |