wok-4.x view gammu-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
children
line source
1 # SliTaz package receipt.
3 PACKAGE="gammu-dev"
4 VERSION="1.27.0"
5 CATEGORY="system-tools"
6 SHORT_DESC="Gammu devel files"
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="gammu"
9 WANTED="gammu"
10 WEB_SITE="http://wammu.eu/gammu/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib $fs/usr/bin
16 cp -a $_pkg/usr/bin/gammu-config $fs/usr/bin
17 #cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
18 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
19 cp -a $_pkg/usr/include $fs/usr
20 }