summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/gamix/gamix-1.99_p13.ebuild')
-rw-r--r--media-sound/gamix/gamix-1.99_p13.ebuild25
1 files changed, 12 insertions, 13 deletions
diff --git a/media-sound/gamix/gamix-1.99_p13.ebuild b/media-sound/gamix/gamix-1.99_p13.ebuild
index ab6d14dbb993..35963c275371 100644
--- a/media-sound/gamix/gamix-1.99_p13.ebuild
+++ b/media-sound/gamix/gamix-1.99_p13.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/gamix/gamix-1.99_p13.ebuild,v 1.1 2002/05/24 02:57:19 rphillips Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/gamix/gamix-1.99_p13.ebuild,v 1.2 2002/07/21 03:07:45 seemant Exp $
P_V=${P/_p/.p}
S=${WORKDIR}/${P_V}
@@ -9,28 +9,27 @@ SRC_URI="http://www1.tcnet.ne.jp/fmurata/linux/down/${P_V}.tar.gz"
HOMEPAGE="http://www1.tcnet.ne.jp/fmurata/linux/down"
LICENSE="GPL-2"
-DEPEND="virtual/glibc
- >=media-sound/alsa-driver-0.9_rc1
+DEPEND=" >=media-sound/alsa-driver-0.9_rc1
>=media-libs/alsa-lib-0.9_rc1
x11-libs/gtk+
dev-libs/glib"
+
SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86"
src_compile() {
- ./configure \
- --host=${CHOST} \
- --prefix=/usr \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man || die "./configure failed"
+ econf || die "./configure failed"
emake || die
}
src_install () {
- make \
- prefix=${D}/usr \
- mandir=${D}/usr/share/man \
- infodir=${D}/usr/share/info \
- install || die
+
+# make \
+# prefix=${D}/usr \
+# mandir=${D}/usr/share/man \
+# infodir=${D}/usr/share/info \
+ einstall || die
dodoc README README.euc TODO NEWS INSTALL AUTHORS ABOUT-NLS COPYING
}