wok view cdrkit-audio/receipt @ rev 3533
merge 3532:012d72b2b629 , 3530:0109c31e8835
author | root@bt-199-036.bta.net.cn |
---|---|
date | Mon Jun 22 17:30:40 2009 +0800 (2009-06-22) |
parents | f3d746fd8166 |
children | 063ab2698119 |
line source
1 # SliTaz package receipt.
3 PACKAGE="cdrkit-audio"
4 VERSION="1.1.9"
5 CATEGORY="multimedia"
6 SHORT_DESC="Icedax, cdda2ogg and other tools for extracting audio files."
7 MAINTAINER="pankso@slitaz.org"
8 WANTED="cdrkit"
9 WEB_SITE="http://www.cdrkit.org/"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/bin
15 cp -a $_pkg/usr/bin/cdda* $fs/usr/bin
16 cp $_pkg/usr/bin/icedax $fs/usr/bin
17 cp $_pkg/usr/bin/pitchplay $fs/usr/bin
18 strip -s $fs/usr/bin/* 2>/dev/null
19 # Make symlinks for cdrtools compatibility
20 cd $fs/usr/bin
21 ln -s icedax cdda2wav
22 }