Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 65440
Collapse All | Expand All

(-)/usr/portage/app-cdr/cuetools/cuetools-0.6.ebuild (-5 / +7 lines)
Lines 3-20 Link Here
3
# $Header: /var/cvsroot/gentoo-x86/app-cdr/cuetools/cuetools-0.6.ebuild,v 1.2 2004/07/16 09:33:42 dholm Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-cdr/cuetools/cuetools-0.6.ebuild,v 1.2 2004/07/16 09:33:42 dholm Exp $
4
4
5
DESCRIPTION="Utilities to manipulate and convert .CUE- and .TOC-files"
5
DESCRIPTION="Utilities to manipulate and convert .CUE- and .TOC-files"
6
HOMEPAGE="http://cuetools.sourceforge.net/"
6
HOMEPAGE="http://developer.berlios.de/projects/cuetools/"
7
SRC_URI="mirror://sourceforge/cuetools/${P}.tar.gz"
7
SRC_URI="http://download.berlios.de/cuetools/${P}.tar.gz"
8
8
9
LICENSE="GPL-2"
9
LICENSE="GPL-2"
10
SLOT="0"
10
SLOT="0"
11
KEYWORDS="~x86 ~ppc"
11
KEYWORDS="~x86 ~ppc"
12
IUSE=""
12
IUSE=""
13
13
14
DEPEND=""
14
DEPEND="sys-devel/flex
15
		sys-devel/bison"
16
RDEPEND=""		
15
17
16
src_compile() {
18
src_compile() {
17
	emake CFLAGS="${CFLAGS}" || die
19
	YACC=bison emake -j1 -e CFLAGS="${CFLAGS}" || die
18
}
20
}
19
21
20
src_install() {
22
src_install() {
Lines 23-27 Link Here
23
		prefix=/usr \
25
		prefix=/usr \
24
		mandir=/usr/share/man \
26
		mandir=/usr/share/man \
25
		install || die "install failed"
27
		install || die "install failed"
26
	dodoc README CHANGES
28
	dodoc README.txt CHANGES.txt
27
}
29
}

Return to bug 65440