wok-next view twisted-words/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 | aec4d3c7826a |
children | d9c2420a09f6 |
line source
1 # SliTaz package receipt.
3 PACKAGE="twisted-words"
4 VERSION="10.0.0"
5 CATEGORY="network"
6 SHORT_DESC="Chat and Instant Messaging."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 SOURCE="TwistedWords"
9 TARBALL="$SOURCE-$VERSION.tar.bz2"
10 WEB_SITE="http://twistedmatrix.com/trac/"
11 WGET_URL="http://tmrc.mit.edu/mirror/twisted/Words/${VERSION%.*}/$TARBALL"
12 DEPENDS="python twisted"
13 BUILD_DEPENDS="$DEPENDS python-dev"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 python setup.py build && python setup.py install --root=$PWD/_pkg
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 cp -a $_pkg/usr $fs
26 }