diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-21 03:07:47 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-21 03:07:47 +0000 |
commit | bdcb0499ae169a86158e041e3052e6547fc09714 (patch) | |
tree | 4747819c5a3efb0dbae3284aa0c21b68630c5608 /media-sound/mix2000/mix2000-1.0.ebuild | |
parent | added ppc keyword (diff) | |
download | historical-bdcb0499ae169a86158e041e3052e6547fc09714.tar.gz historical-bdcb0499ae169a86158e041e3052e6547fc09714.tar.bz2 historical-bdcb0499ae169a86158e041e3052e6547fc09714.zip |
repoman'd
Diffstat (limited to 'media-sound/mix2000/mix2000-1.0.ebuild')
-rw-r--r-- | media-sound/mix2000/mix2000-1.0.ebuild | 18 |
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 } |