diff options
Diffstat (limited to 'media-sound/wmix/wmix-3.0-r1.ebuild')
-rw-r--r-- | media-sound/wmix/wmix-3.0-r1.ebuild | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/media-sound/wmix/wmix-3.0-r1.ebuild b/media-sound/wmix/wmix-3.0-r1.ebuild deleted file mode 100644 index 0be17fac8262..000000000000 --- a/media-sound/wmix/wmix-3.0-r1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-sound/wmix/wmix-3.0-r1.ebuild,v 1.4 2002/08/01 11:59:02 seemant Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="Dockapp mixer for OSS or ALSA" -SRC_URI="http://www.ne.jp/asahi/linux/timecop/software/${P}.tar.gz" -HOMEPAGE="http://www.ne.jp/asahi/linux/timecop/" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86" - -DEPEND="virtual/x11" - -src_unpack() { - unpack ${A} - cd ${S} - cp Makefile Makefile.orig - sed -e "/^CFLAGS/d" Makefile.orig > Makefile -} - -src_compile() { - - try emake - -} - -src_install () { - - exeinto /usr/bin - doexe wmix - gzip -cd wmix.1x.gz > wmix.1 - doman wmix.1 - dodoc README COPYING INSTALL NEWS BUGS AUTHORS sample.wmixrc - -} |