Difference between revisions of "Cdrtools"
From CBLFS
Jump to navigationJump to searchm (The HTTP download source link is broken. Added FTP link.) |
|||
(3 intermediate revisions by one other user not shown) | |||
Line 4: | Line 4: | ||
| http://gd.tuwien.ac.at/utils/schilling/cdrtools/cdrtools-{{Cdrtools-Version}}.tar.bz2 | | http://gd.tuwien.ac.at/utils/schilling/cdrtools/cdrtools-{{Cdrtools-Version}}.tar.bz2 | ||
|- | |- | ||
− | ! | + | !Download Source: |
− | | | + | | ftp://ftp.berlios.de/pub/cdrecord/alpha/cdrtools-{{Cdrtools-Version}}.tar.gz |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|} | |} | ||
---- | ---- | ||
− | {{Package-Introduction|The Cdrtools package contains CD recording utilities. These are useful for reading, creating or writing (burning) Compact Discs.}} | + | {{Package-Introduction|The Cdrtools package contains CD recording utilities. These are useful for reading, creating or writing (burning) Compact Discs.|http://cdrecord.berlios.de/private/cdrecord.html}} |
== Dependencies == | == Dependencies == | ||
− | |||
− | |||
== Non-Multilib == | == Non-Multilib == | ||
Line 27: | Line 19: | ||
Compile the package: | Compile the package: | ||
− | |||
− | |||
− | |||
make INS_BASE=/usr DEFINSUSR=root DEFINSGRP=root | make INS_BASE=/usr DEFINSUSR=root DEFINSGRP=root | ||
Line 42: | Line 31: | ||
=== 32Bit === | === 32Bit === | ||
− | Compile the package | + | Compile the package: |
− | : | + | |
− | |||
− | |||
− | |||
make CCOM="gcc" COPTX="${BUILD32}" LDOPTX="${BUILD32}"\ | make CCOM="gcc" COPTX="${BUILD32}" LDOPTX="${BUILD32}"\ | ||
INS_BASE=/usr DEFINSUSR=root DEFINSGRP=root | INS_BASE=/usr DEFINSUSR=root DEFINSGRP=root | ||
Line 61: | Line 47: | ||
Compile the package: | Compile the package: | ||
− | |||
− | |||
− | |||
(find . -name "*.mk"; find . -name Makefile) | xargs sed -i "/^INSDIR=\s*lib$/s/lib/&32/" && | (find . -name "*.mk"; find . -name Makefile) | xargs sed -i "/^INSDIR=\s*lib$/s/lib/&32/" && | ||
make CCOM="gcc" COPTX="${BUILDN32}" LDOPTX="${BUILDN32}"\ | make CCOM="gcc" COPTX="${BUILDN32}" LDOPTX="${BUILDN32}"\ | ||
Line 79: | Line 62: | ||
Compile the package: | Compile the package: | ||
− | |||
− | |||
− | |||
(find . -name "*.mk"; find . -name Makefile) | xargs sed -i "/^INSDIR=\s*lib$/s/lib/&64/" && | (find . -name "*.mk"; find . -name Makefile) | xargs sed -i "/^INSDIR=\s*lib$/s/lib/&64/" && | ||
make CCOM="gcc" COPTX="${BUILD64}" LDOPTX="${BUILD64}"\ | make CCOM="gcc" COPTX="${BUILD64}" LDOPTX="${BUILD64}"\ |
Latest revision as of 02:14, 3 January 2010
Download Source: | http://gd.tuwien.ac.at/utils/schilling/cdrtools/cdrtools-2.01.01a65.tar.bz2 |
---|---|
Download Source: | ftp://ftp.berlios.de/pub/cdrecord/alpha/cdrtools-2.01.01a65.tar.gz |
Contents
Introduction to Cdrtools
The Cdrtools package contains CD recording utilities. These are useful for reading, creating or writing (burning) Compact Discs.
Project Homepage: http://cdrecord.berlios.de/private/cdrecord.html
Dependencies
Non-Multilib
Compile the package:
make INS_BASE=/usr DEFINSUSR=root DEFINSGRP=root
Install the package
make INS_BASE=/usr DEFINSUSR=root DEFINSGRP=root install && install -v -d /usr/share/doc/cdrtools-2.01.01a65 && install -v -D -m644 README* ABOUT doc/*.ps /usr/share/doc/cdrtools-2.01.01a65
Multilib
32Bit
Compile the package:
make CCOM="gcc" COPTX="${BUILD32}" LDOPTX="${BUILD32}"\ INS_BASE=/usr DEFINSUSR=root DEFINSGRP=root
Install the package
make CCOM="gcc" COPTX="${BUILD32}" LDOPTX="${BUILD32}"\ INS_BASE=/usr DEFINSUSR=root DEFINSGRP=root install && install -v -d /usr/share/doc/cdrtools-2.01.01a65 && install -v -D -m644 README* ABOUT doc/*.ps /usr/share/doc/cdrtools-2.01.01a65
N32
Compile the package:
(find . -name "*.mk"; find . -name Makefile) | xargs sed -i "/^INSDIR=\s*lib$/s/lib/&32/" && make CCOM="gcc" COPTX="${BUILDN32}" LDOPTX="${BUILDN32}"\ INS_BASE=/usr DEFINSUSR=root DEFINSGRP=root
Install the package
make CCOM="gcc" COPTX="${BUILDN32}" LDOPTX="${BUILDN32}"\ INS_BASE=/usr DEFINSUSR=root DEFINSGRP=root install && install -v -d /usr/share/doc/cdrtools-2.01.01a65 && install -v -D -m644 README* ABOUT doc/*.ps /usr/share/doc/cdrtools-2.01.01a65
64Bit
Compile the package:
(find . -name "*.mk"; find . -name Makefile) | xargs sed -i "/^INSDIR=\s*lib$/s/lib/&64/" && make CCOM="gcc" COPTX="${BUILD64}" LDOPTX="${BUILD64}"\ INS_BASE=/usr DEFINSUSR=root DEFINSGRP=root
Install the package
make CCOM="gcc" COPTX="${BUILD64}" LDOPTX="${BUILD64}"\ INS_BASE=/usr DEFINSUSR=root DEFINSGRP=root install && install -v -d /usr/share/doc/cdrtools-2.01.01a65 && install -v -D -m644 README* ABOUT doc/*.ps /usr/share/doc/cdrtools-2.01.01a65