summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-05-29 17:28:19 +0000
committerAchim Gottinger <achim@gentoo.org>2001-05-29 17:28:19 +0000
commit09a0cb6830d8c9cd82846bccece0d90c0bb30c8b (patch)
treecb24f3beb108accae6cf7aae333c349896d91687 /media-sound/cdcd
parentUpdate (diff)
downloadhistorical-09a0cb6830d8c9cd82846bccece0d90c0bb30c8b.tar.gz
historical-09a0cb6830d8c9cd82846bccece0d90c0bb30c8b.tar.bz2
historical-09a0cb6830d8c9cd82846bccece0d90c0bb30c8b.zip
dependencie, fhs and use fixes
Diffstat (limited to 'media-sound/cdcd')
-rw-r--r--media-sound/cdcd/cdcd-0.5.0.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/media-sound/cdcd/cdcd-0.5.0.ebuild b/media-sound/cdcd/cdcd-0.5.0.ebuild
index 627a696a58bb..c357d7902072 100644
--- a/media-sound/cdcd/cdcd-0.5.0.ebuild
+++ b/media-sound/cdcd/cdcd-0.5.0.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 Peter Gavin <pete@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/media-sound/cdcd/cdcd-0.5.0.ebuild,v 1.4 2001/04/29 18:42:54 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/cdcd/cdcd-0.5.0.ebuild,v 1.5 2001/05/29 17:28:19 achim Exp $
#P=
A=${P}.tar.gz
@@ -9,12 +9,13 @@ S=${WORKDIR}/${P}
DESCRIPTION="a simple yet powerful command line cd player"
SRC_URI="http://cdcd.undergrid.net/source_archive/${A}"
HOMEPAGE="http://cdcd.undergrid.net/"
-DEPEND=">=sys-libs/ncurses-5.0
+DEPEND="virtual/glibc
+ >=sys-libs/ncurses-5.0
>=sys-libs/readline-4.0
>=media-libs/libcdaudio-0.99.4"
src_compile() {
- cd ${S}
+
try ./configure --prefix=/usr --mandir=/usr/share/man --host=${CHOST}
try make
}