wok view nicotine+/receipt @ rev 2952

estickies, exhibit: update build_depends
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri May 08 16:49:05 2009 +0200 (2009-05-08)
parents
children 26f9ffe267a2
line source
1 # SliTaz package receipt.
3 PACKAGE="nicotine+"
4 VERSION="1.2.10"
5 CATEGORY="multimedia"
6 SHORT_DESC="Nicotine+ is a client for the SoulSeek filesharing network."
7 MAINTAINER="claudinei@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://www.nicotine-plus.org"
10 WGET_URL="http://ufpr.dl.sourceforge.net/sourceforge/nicotine-plus/$TARBALL"
11 DEPENDS="gtk+ python pygtk"
12 BUILD_DEPENDS="python-dev"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 python setup.py clean install --root=$PWD/_pkg
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr
25 cp -a $_pkg/usr $fs
26 }