CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
Subversion Repository
Parent Directory
|
Revision Log
Revision 1618 -
(hide annotations)
Mon Jan 18 12:45:18 2010 UTC (3 years, 4 months ago) by acrux
File size: 436 byte(s)
Mon Jan 18 12:45:18 2010 UTC (3 years, 4 months ago) by acrux
File size: 436 byte(s)
tagging release 2.6
| 1 | acrux | 1618 | # Description: A suite of programs for recording CDs and DVDs |
| 2 | # URL: http://cdrkit.org/ | ||
| 3 | # Maintainer: Antti Nykanen, aon at iki dot fi | ||
| 4 | # Depends on: file, cmake, libcap | ||
| 5 | |||
| 6 | name=cdrkit | ||
| 7 | version=1.1.10 | ||
| 8 | release=1 | ||
| 9 | source=(http://cdrkit.org/releases/cdrkit-$version.tar.gz) | ||
| 10 | |||
| 11 | build () { | ||
| 12 | cd cdrkit-$version | ||
| 13 | sed -i 's:share/\(man\):\1:' 3rd-party/dirsplit/CMakeLists.txt | ||
| 14 | cmake -DCMAKE_INSTALL_PREFIX=$PKG/usr -DMANSUBDIR=man | ||
| 15 | make install | ||
| 16 | } |