wok-current view cdrdao-utils/receipt @ rev 20272
Up usbip (3.16.55)
| author | Pascal Bellard <pascal.bellard@slitaz.org> | 
|---|---|
| date | Sun Mar 18 16:42:58 2018 +0100 (2018-03-18) | 
| 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 }