wok view cdrkit-audio/receipt @ rev 21820

syslinux/kbd: check kbd malloc pointer
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Aug 25 11:41:26 2019 +0200 (2019-08-25)
parents e97b439c02c1
children 73f36875e5a7
line source
1 # SliTaz package receipt.
3 PACKAGE="cdrkit-audio"
4 VERSION="1.1.11"
5 CATEGORY="multimedia"
6 SHORT_DESC="Icedax, cdda2ogg and other tools for extracting audio files."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WANTED="cdrkit"
10 WEB_SITE="http://www.cdrkit.org/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/bin
16 cp -a $install/usr/bin/cdda* $fs/usr/bin
17 cp $install/usr/bin/icedax $fs/usr/bin
18 cp $install/usr/bin/pitchplay $fs/usr/bin
19 # Make symlinks for cdrtools compatibility
20 cd $fs/usr/bin
21 ln -s icedax cdda2wav
22 }