Subversion Repository

Parent Directory Parent Directory | Revision Log Revision Log


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