wok view cdrdao-utils/receipt @ rev 16345

Up: slitaz-configs (5.3) With new Slitaz Tiny Screen desktop files and tools
author Christophe Lincoln <pankso@slitaz.org>
date Sat Apr 12 20:04:10 2014 +0200 (2014-04-12)
parents 32cde9ab5311
children c86e41198e76
line source
1 # SliTaz package receipt
3 PACKAGE="cdrdao-utils"
4 VERSION="1.2.3"
5 CATEGORY="multimedia"
6 SHORT_DESC=" cdrdao extra utilities for recording audio/data CD-Rs"
7 MAINTAINER="jozee@slitaz.org"
8 LICENSE="GPL2"
9 WANTED="cdrdao"
10 WEB_SITE="http://downloads.sourceforge.net/$PACKAGE"
12 DEPENDS="lame libao libmad libogg libvorbis"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/bin
18 cp -a $install/usr/bin/ $fs/usr
19 rm $fs/usr/bin/cdrdao
20 }