CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
Subversion Repository
Parent Directory
|
Revision Log
Revision 825 -
(show annotations)
Sun Oct 4 15:10:12 2009 UTC (3 years, 7 months ago) by cjg
File size: 426 byte(s)
Sun Oct 4 15:10:12 2009 UTC (3 years, 7 months ago) by cjg
File size: 426 byte(s)
cdrkit: added
| 1 | # 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: cmake, libcap |
| 5 | |
| 6 | name=cdrkit |
| 7 | version=1.1.9 |
| 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 | } |