diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-04-25 14:27:19 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-04-25 14:27:19 +0000 |
commit | dc432d7b03a64388313fe7c186777b2a6f01805d (patch) | |
tree | 3fdb26ee47487c1b56af1b3fad84b31be1ea08cd /media-sound/cmix | |
parent | touchups (diff) | |
download | gentoo-2-dc432d7b03a64388313fe7c186777b2a6f01805d.tar.gz gentoo-2-dc432d7b03a64388313fe7c186777b2a6f01805d.tar.bz2 gentoo-2-dc432d7b03a64388313fe7c186777b2a6f01805d.zip |
touchups
Diffstat (limited to 'media-sound/cmix')
-rw-r--r-- | media-sound/cmix/cmix-1.6.ebuild | 22 |
1 files changed, 6 insertions, 16 deletions
diff --git a/media-sound/cmix/cmix-1.6.ebuild b/media-sound/cmix/cmix-1.6.ebuild index b6b22a26b70d..eb2a35d33af0 100644 --- a/media-sound/cmix/cmix-1.6.ebuild +++ b/media-sound/cmix/cmix-1.6.ebuild @@ -1,33 +1,23 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/cmix/cmix-1.6.ebuild,v 1.2 2003/04/25 14:27:19 vapier Exp $ -DESCRIPTION="cmix is a command line audio mixer :D" +DESCRIPTION="command line audio mixer" HOMEPAGE="http://cmix.sourceforge.net/" -LICENSE="GPL-2" +SRC_URI="http://antipoder.dyndns.org/downloads/${P}.tbz2" +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} -} +DEPEND="virtual/glibc" src_compile() { - make || die } src_install() { - - einstall + einstall || die dobin cmix dodoc COPYING README || die } |