diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-05-29 17:28:19 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-05-29 17:28:19 +0000 |
commit | aa6a19ea25bbed130cef956ef1bd6005cd95bd7e (patch) | |
tree | 22f7a92ee079fc4d76db2128cc7ee5a31a028184 /media-sound/cdcd | |
parent | Update (diff) | |
download | gentoo-2-aa6a19ea25bbed130cef956ef1bd6005cd95bd7e.tar.gz gentoo-2-aa6a19ea25bbed130cef956ef1bd6005cd95bd7e.tar.bz2 gentoo-2-aa6a19ea25bbed130cef956ef1bd6005cd95bd7e.zip |
dependencie, fhs and use fixes
Diffstat (limited to 'media-sound/cdcd')
-rw-r--r-- | media-sound/cdcd/cdcd-0.5.0.ebuild | 7 |
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 } |