|
|
# Copyright 1999-2005 Gentoo Foundation | # Copyright 1999-2005 Gentoo Foundation |
# Distributed under the terms of the GNU General Public License v2 | # Distributed under the terms of the GNU General Public License v2 |
# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdrtools/cdrtools-2.01.01_alpha01.ebuild,v 1.2 2005/01/01 12:10:55 eradicator Exp $ |
# $Header: $ |
| |
inherit eutils gcc gnuconfig | inherit eutils gcc gnuconfig |
| |
DESCRIPTION="A set of tools for CD recording, including cdrecord" | DESCRIPTION="A set of tools for CD recording, including cdrecord" |
HOMEPAGE="http://www.fokus.gmd.de/research/cc/glone/employees/joerg.schilling/private/cdrecord.html" | HOMEPAGE="http://www.fokus.gmd.de/research/cc/glone/employees/joerg.schilling/private/cdrecord.html" |
SRC_URI="ftp://ftp.berlios.de/pub/cdrecord/alpha/${P/_alpha/a}.tar.bz2" |
SRC_URI="ftp://ftp.berlios.de/pub/cdrecord/alpha/${P/_alpha/a}.tar.bz2 \ |
|
ftp://ftp.zeist.de/pub/distfiles/noboru_nls_patch_20041227.txt.gz" |
| |
LICENSE="GPL-2 freedist" | LICENSE="GPL-2 freedist" |
SLOT="0" | SLOT="0" |
|
|
# CAN-2004-0806 - Bug 63187 | # CAN-2004-0806 - Bug 63187 |
epatch ${FILESDIR}/${PN}-2.01-scsi-remote.patch | epatch ${FILESDIR}/${PN}-2.01-scsi-remote.patch |
| |
|
# CJK/UTF-8 patch - Bug 28369 |
|
epatch ${WORKDIR}/noboru_nls_patch_20041227.txt |
|
|
cd ${S}/DEFAULTS | cd ${S}/DEFAULTS |
use ppc-macos && MYARCH="mac-os10" || MYARCH="linux" | use ppc-macos && MYARCH="mac-os10" || MYARCH="linux" |
sed -i "s:/opt/schily:/usr:g" Defaults.${MYARCH} | sed -i "s:/opt/schily:/usr:g" Defaults.${MYARCH} |