wok view dvd+rw-media-tools/receipt @ rev 6851

Fix depends: Remove audacious-plugins from audacious depends. **It is** a dirty&lazy workaround to solve a loop in tazwok-testing, waiting something better, like compile the plugin inside audacious receipt, keep the minimum to run it, and put the extra-plugins in audacious-plugins.
author Antoine Bodin <gokhlayeh@slitaz.org>
date Wed Oct 20 13:05:40 2010 +0200 (2010-10-20)
parents
children eb8067417980
line source
1 # SliTaz package receipt.
3 PACKAGE="dvd+rw-media-tools"
4 VERSION="7.1"
5 CATEGORY="multimedia"
6 SHORT_DESC="DVD RW media tools"
7 MAINTAINER="jozee@slitaz.org"
8 WANTED="dvd+rw-tools"
9 WEB_SITE="http://fy.chalmers.se/~appro/linux/DVD+RW"
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 $fs/usr
16 rm $fs/usr/bin/growisofs
18 }