wok annotate yasm-dev/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 cb080b5fd5e8
children fca1cf108f36
rev   line source
jozee@4536 1 # SliTaz package receipt.
jozee@4536 2
jozee@4536 3 PACKAGE="yasm-dev"
devl547@5608 4 VERSION="1.0.1"
jozee@4536 5 CATEGORY="development"
jozee@4536 6 SHORT_DESC="yasm devel library."
jozee@4536 7 MAINTAINER="jozee@slitaz.org"
jozee@4536 8 WANTED="yasm"
jozee@4536 9 WEB_SITE="http://www.tortall.net/projects/yasm/"
jozee@4536 10
jozee@4536 11 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@4536 12 genpkg_rules()
jozee@4536 13 {
jozee@4536 14 mkdir -p $fs/usr
jozee@4536 15 cp -a $_pkg/usr/include $fs/usr
jozee@4536 16 cp -a $_pkg/usr/lib $fs/usr
jozee@4536 17 }