wok rev 3301

Up: Nicotine+ (1.2.12)
author Claudinei Pereira <claudinei@slitaz.org>
date Sat Jun 06 02:15:00 2009 +0000 (2009-06-06)
parents ac9eadd43fcc
children e2e8269ac40b
files nicotine+/receipt
line diff
     1.1 --- a/nicotine+/receipt	Fri Jun 05 23:51:50 2009 +0200
     1.2 +++ b/nicotine+/receipt	Sat Jun 06 02:15:00 2009 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="nicotine+"
     1.7 -VERSION="1.2.10"
     1.8 +VERSION="1.2.12"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Nicotine+ is a client for the SoulSeek filesharing network."
    1.11  MAINTAINER="claudinei@slitaz.org"
    1.12 @@ -9,13 +9,13 @@
    1.13  WEB_SITE="http://www.nicotine-plus.org"
    1.14  WGET_URL="http://ufpr.dl.sourceforge.net/sourceforge/nicotine-plus/$TARBALL"
    1.15  DEPENDS="gtk+ python pygtk"
    1.16 -BUILD_DEPENDS="python-dev"
    1.17 +BUILD_DEPENDS="python-dev pygtk-dev"
    1.18  
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21  {
    1.22  	cd $src
    1.23 -	python setup.py clean install --root=$PWD/_pkg
    1.24 +	python setup.py install --root=$PWD/_pkg
    1.25  }
    1.26  
    1.27  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.28 @@ -23,5 +23,6 @@
    1.29  {
    1.30  	mkdir -p $fs/usr
    1.31  	cp -a $_pkg/usr $fs
    1.32 +	mv $fs/usr/bin/nicotine.py $fs/usr/bin/nicotine
    1.33  }
    1.34