summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-21 03:07:47 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-21 03:07:47 +0000
commitee7fe75c6005a4285a662d383a0c5e577874e0cd (patch)
tree96b95cd2cc0a94169707b0ee0e063336bc5d2ffb /media-sound/mix2000
parentadded ppc keyword (diff)
downloadgentoo-2-ee7fe75c6005a4285a662d383a0c5e577874e0cd.tar.gz
gentoo-2-ee7fe75c6005a4285a662d383a0c5e577874e0cd.tar.bz2
gentoo-2-ee7fe75c6005a4285a662d383a0c5e577874e0cd.zip
repoman'd
Diffstat (limited to 'media-sound/mix2000')
-rw-r--r--media-sound/mix2000/mix2000-1.0.ebuild18
1 files changed, 11 insertions, 7 deletions
diff --git a/media-sound/mix2000/mix2000-1.0.ebuild b/media-sound/mix2000/mix2000-1.0.ebuild
index 1f3dc579f188..fb0f522df033 100644
--- a/media-sound/mix2000/mix2000-1.0.ebuild
+++ b/media-sound/mix2000/mix2000-1.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mix2000/mix2000-1.0.ebuild,v 1.1 2002/06/18 20:55:28 rphillips Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mix2000/mix2000-1.0.ebuild,v 1.2 2002/07/21 03:07:46 seemant Exp $
S=${WORKDIR}/mix-2000
DESCRIPTION="The OSS sound mixer from the bcast2000 people; now orphaned."
@@ -9,17 +9,21 @@ DESCRIPTION="The OSS sound mixer from the bcast2000 people; now orphaned."
#SRC_URI="http://www.tux.org/pub/packages/orphaned/broadcast2000/mix2000.tar.gz"
SRC_URI="http://diddl.firehead.org/software/unix/media/heroine/mix-2000-src.tar.gz"
-DEPEND="virtual/glibc
- virtual/x11
- >=dev-libs/glib-1.2.0
- >=media-libs/libpng-1.0.3
- >=sys-libs/zlib-1.1.4"
+DEPEND=" virtual/x11
+ media-libs/libpng
+ sys-libs/zlib
+ >=dev-libs/glib-1.2.0"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86"
src_compile() {
cp configure configure.orig
sed -e '/^CFLAGS +=/s:$: -I/usr/X11R6/include:' \
- -e '/^LIBS =/s/-lglib/$(glib-config --libs)/' \
+ -e '/^LIBS =/s/-lglib/$(glib-config --libs)/' \
< configure.orig > configure
+
./configure || die
make || die
}