Subversion Repository

Parent Directory Parent Directory | Revision Log Revision Log


Revision 726 - (hide annotations)
Sun Oct 4 15:09:31 2009 UTC (3 years, 7 months ago) by cjg
File size: 740 byte(s)
cdrtools: updated to 2.01.01a50
1 cjg 720 # 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 cjg 726 version=2.01.01a50
8 cjg 720 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 cjg 721 sed -i "s|opt\/schily|usr|g" DEFAULTS/Defaults.linux
15 cjg 720 make -j1
16     make INS_BASE=$PKG/usr install
17    
18 cjg 721 rm -rf $PKG/usr/{include,sbin,share,man/man5}
19     rm -rf $PKG/usr/lib/{*.a,profiled}
20 cjg 720 rm -rf $PKG/usr/man/man1/cdda2ogg.1
21 cjg 721 rm -rf $PKG/usr/bin/{skel,isodebug}
22    
23 cjg 720 chown -R root.root $PKG
24     chmod -R u+w,g-w $PKG
25 cjg 721
26 cjg 720 }