wok view cdrtools/receipt @ rev 14730

Up xorg-xf86-video-ati (7.1.0), xorg-xf86-video-fbdev (0.4.3), xorg-xf86-video-geode (2.11.14), xorg-xf86-video-i740 (1.3.4), xorg-xf86-video-neomagic (1.2.7), xorg-xf86-video-nv (2.1.20), xorg-xf86-video-s3 (0.6.5), xorg-xf86-video-trident (1.3.6), xorg-xf86-video-vesa (2.3.2), xorg-xf86-video-vmware (13.0.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jun 13 10:45:31 2013 +0200 (2013-06-13)
parents
children 21df5a71ed8f
line source
1 # SliTaz package receipt.
3 PACKAGE="cdrtools"
4 VERSION="3.00"
5 CATEGORY="multimedia"
6 SHORT_DESC="Command line programs to record CD/DVD/BluRay media."
7 MAINTAINER="paul@slitaz.org"
8 DEPENDS=""
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://cdrecord.berlios.de/private/cdrecord.html"
11 WGET_URL="ftp://ftp.berlios.de/pub/cdrecord/$TARBALL"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 # hack makefile
17 cd $src/DEFAULTS
18 sed -i 's/DEFINSGRP= bin/DEFINSGRP= root/' Defaults.linux
19 cd ..
20 ./configure
21 make && make DESTDIR=$PWD/_pkg install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr/lib $fs/usr/share
28 cp -a $_pkg/etc $fs
29 cp -a $_pkg/opt/schily/bin $fs/usr
30 cp -a $_pkg/opt/schily/sbin $fs/usr
31 cp -a $_pkg/opt/schily/lib/siconv $fs/usr/lib
32 cp -a $_pkg/opt/schily/share/doc $fs/usr/share
33 }