CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
Subversion Repository
Parent Directory
|
Revision Log
Revision 51 -
(show annotations)
Sun Oct 4 14:31:51 2009 UTC (3 years, 8 months ago) by cjg
File size: 740 byte(s)
Sun Oct 4 14:31:51 2009 UTC (3 years, 8 months ago) by cjg
File size: 740 byte(s)
cdrtools: updated to 2.01.01a53
| 1 | # Description: A tool to create disk-at-once and track-at-once CDs |
| 2 | # URL: http://cdrecord.berlios.de/old/private/cdrecord.html |
| 3 | # Maintainer: Simon Gloßner, viper at hometux dot de |
| 4 | # PPC!=upstream: |
| 5 | |
| 6 | name=cdrtools |
| 7 | version=2.01.01a53 |
| 8 | release=1 |
| 9 | source=(ftp://ftp.berlios.de/pub/cdrecord/alpha/$name-$version.tar.bz2) |
| 10 | |
| 11 | build() { |
| 12 | cd $name-2.01.01 |
| 13 | ln -sf ppc-linux-cc.rul RULES/ppc64-linux-cc.rul |
| 14 | sed -i "s|opt\/schily|usr|g" DEFAULTS/Defaults.linux |
| 15 | make -j1 |
| 16 | make INS_BASE=$PKG/usr install |
| 17 | |
| 18 | rm -rf $PKG/usr/{include,sbin,share,man/man5} |
| 19 | rm -rf $PKG/usr/lib/{*.a,profiled} |
| 20 | rm -rf $PKG/usr/man/man1/cdda2ogg.1 |
| 21 | rm -rf $PKG/usr/bin/{skel,isodebug} |
| 22 | |
| 23 | chown -R root.root $PKG |
| 24 | chmod -R u+w,g-w $PKG |
| 25 | |
| 26 | } |