wok-4.x annotate cdrdao-utils/receipt @ rev 11494

Up: poppler 0.18.2; poppler-data 0.4.5 (fix build of epdfview; thank godane)
author Antoine Bodin <gokhlayeh@slitaz.org>
date Mon Dec 19 02:49:30 2011 +0100 (2011-12-19)
parents b7eaafd611f2
children
rev   line source
jozee@2723 1 # SliTaz package receipt
jozee@2723 2
jozee@2723 3 PACKAGE="cdrdao-utils"
slaxemulator@6218 4 VERSION="1.2.3"
jozee@2723 5 CATEGORY="multimedia"
jozee@2723 6 SHORT_DESC=" cdrdao extra utilities for recording audio/data CD-Rs"
jozee@2723 7 MAINTAINER="jozee@slitaz.org"
pascal@2845 8 DEPENDS="lame libao libmad libogg libvorbis"
jozee@2723 9 WANTED="cdrdao"
jozee@2723 10 WEB_SITE="http://downloads.sourceforge.net/$PACKAGE"
jozee@2723 11
jozee@2723 12 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@2723 13 genpkg_rules()
jozee@2723 14 {
jozee@2723 15 mkdir -p $fs/usr/bin
jozee@2723 16 cp -a $_pkg/usr/bin/ $fs/usr
slaxemulator@6394 17 rm $fs/usr/bin/cdrdao
jozee@2723 18 }