Difference between revisions of "Cdrtools"
From CBLFS
Jump to navigationJump to searchLine 3: | Line 3: | ||
!Download Source: | !Download Source: | ||
| 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 | ||
− | + | } | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
---- | ---- | ||
Line 27: | Line 18: | ||
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 30: | ||
=== 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 46: | ||
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 61: | ||
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}"\ |
Revision as of 18:26, 20 September 2009
Download Source: | http://gd.tuwien.ac.at/utils/schilling/cdrtools/cdrtools-2.01.01a65.tar.bz2
} ContentsIntroduction to CdrtoolsThe Cdrtools package contains CD recording utilities. These are useful for reading, creating or writing (burning) Compact Discs. Project Homepage: Unknown DependenciesOptionalNon-MultilibCompile 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 Multilib32BitCompile 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 N32Compile 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 64BitCompile 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 |
---|