summaryrefslogtreecommitdiff
blob: 5b33d499fc7b64aa2b585772dacd050c50317db5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Copyright 1999-2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Dan Armak <danarmak@gentoo.org>
# $Header: /var/cvsroot/gentoo-x86/app-cdr/simplecdrx/simplecdrx-0.92.ebuild,v 1.2 2001/09/10 17:19:58 danarmak Exp $

S=${WORKDIR}/${PN}
SRC_URI="http://ogre.rocky-road.net/files/${P}.tar.gz"

HOMEPAGE="http://ogre.rocky-road.net/cdr.shtml"
DESCRIPTION="CD ripping/mastering"

#todo: add blade encoder
DEPEND="sys-devel/gcc media-sound/mad app-cdr/cdrecord app-cdr/cdrdao 
		media-sound/cdparanoia media-sound/lame media-libs/libogg
		media-sound/mpg123 virtual/x11 x11-libs/gtk+ \
		dev-libs/glib media-libs/libvorbis
		media-libs/libao"
RDEPEND="media-sound/mad app-cdr/cdrecord app-cdr/cdrdao 
		media-sound/cdparanoia media-sound/lame media-libs/libogg
		media-sound/mpg123 virtual/x11 x11-libs/gtk+ \
		dev-libs/glib media-libs/libvorbis
		media-libs/libao"

src_compile() {
    
    confopts="--infodir=/usr/share/info --mandir=/usr/share/man --prefix=/usr --host=${CHOST}"
    
    try ./configure ${confopts}
    
    try emake

}

src_install () {

    try make DESTDIR=${D} install

}