# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-cdr/cuetools/cuetools-0.6.ebuild,v 1.3 2005/01/01 12:11:49 eradicator Exp $ DESCRIPTION="Utilities to manipulate and convert .CUE- and .TOC-files" HOMEPAGE="http://cuetools.berlio.de/" SRC_URI="http://download.berlios.de/cuetools/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~ppc-macos ~s390 ~sparc ~x86" IUSE="" DEPEND="virtual/libc" src_compile() { econf || die "Econf failed" emake CFLAGS="${CFLAGS}" || die "Emake failed." } src_install() { emake \ DESTDIR=${D} \ prefix=/usr \ mandir=/usr/share/man \ install || die "install failed" dodoc README CHANGES }