summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-05-28 14:32:32 +0000
committerAchim Gottinger <achim@gentoo.org>2001-05-28 14:32:32 +0000
commit288e93c75bc91741cc20b36388c556050d5f3c6a (patch)
tree92447c91889f884635248fd9b31b9262ebbd5dcb /media-sound
parentDependencie fixes (diff)
downloadhistorical-288e93c75bc91741cc20b36388c556050d5f3c6a.tar.gz
historical-288e93c75bc91741cc20b36388c556050d5f3c6a.tar.bz2
historical-288e93c75bc91741cc20b36388c556050d5f3c6a.zip
dependencie fixes for rc5
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/alsa-utils/alsa-utils-0.5.10.ebuild14
1 files changed, 4 insertions, 10 deletions
diff --git a/media-sound/alsa-utils/alsa-utils-0.5.10.ebuild b/media-sound/alsa-utils/alsa-utils-0.5.10.ebuild
index 1d0ab067dfc0..aaab2af4d5a8 100644
--- a/media-sound/alsa-utils/alsa-utils-0.5.10.ebuild
+++ b/media-sound/alsa-utils/alsa-utils-0.5.10.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/alsa-utils-0.5.10.ebuild,v 1.1 2001/01/16 07:11:21 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/alsa-utils-0.5.10.ebuild,v 1.2 2001/05/28 14:32:32 achim Exp $
A=${P}.tar.bz2
S=${WORKDIR}/${P}
@@ -9,22 +9,17 @@ DESCRIPTION="Advanced Linux Sound Architecture / Utils"
SRC_URI="ftp://ftp.alsa-project.org/pub/utils/"${A}
HOMEPAGE="http://www.alsa-project.org/"
-DEPEND=">=sys-libs/glibc-2.1.3
- >=sys-libs/gpm-1.19.3
+DEPEND="virtual/glibc
>=sys-libs/ncurses-5.1
>=media-libs/alsa-lib-0.5.10"
-src_unpack() {
- unpack ${A}
-}
-src_compile() {
- cd ${S}
+src_compile() {
try ./configure --host=${CHOST} --prefix=/usr
try make
}
-src_install() {
+src_install() {
cd ${S}/aplay
cd aplay
cp Makefile Makefile.orig
@@ -39,7 +34,6 @@ src_install() {
insinto /etc/rc.d/init.d
insopts -m0755
doins ${FILESDIR}/alsa
- prepman
}