wok view cryptsetup-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 92bad8adb911
children 1f7f3fb4942c
line source
1 # SliTaz package receipt.
3 PACKAGE="cryptsetup-dev"
4 VERSION="1.1.3"
5 CATEGORY="development"
6 SHORT_DESC="cryptsetup library development files."
7 MAINTAINER="b1+slitaz@nagel.org"
8 WANTED="cryptsetup"
9 WEB_SITE="http://sourceware.org/dm/"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/lib
15 cp -a $_pkg/usr/include $fs/usr
16 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
17 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
18 }