diff options
Diffstat (limited to 'app-misc/wmix/wmix-3.0.ebuild')
-rw-r--r-- | app-misc/wmix/wmix-3.0.ebuild | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/app-misc/wmix/wmix-3.0.ebuild b/app-misc/wmix/wmix-3.0.ebuild deleted file mode 100644 index 72a33034fe95..000000000000 --- a/app-misc/wmix/wmix-3.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Jano (default3) <your email> -# $Header: /var/cvsroot/gentoo-x86/app-misc/wmix/wmix-3.0.ebuild,v 1.2 2001/07/18 23:56:57 g2boojum 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/" - -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/X11R6/bin - doexe wmix - gzip -cd wmix.1x.gz > wmix.1 - doman wmix.1 - dodoc README COPYING INSTALL NEWS BUGS AUTHORS sample.wmixrc - -} |