# HG changeset patch # User Claudinei Pereira # Date 1244254500 0 # Node ID 7947a8eb871092c57892c27d06a1d6cde692d1d8 # Parent ac9eadd43fcc8a248759315fbcd4e2e14d6ee225 Up: Nicotine+ (1.2.12) diff -r ac9eadd43fcc -r 7947a8eb8710 nicotine+/receipt --- a/nicotine+/receipt Fri Jun 05 23:51:50 2009 +0200 +++ b/nicotine+/receipt Sat Jun 06 02:15:00 2009 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="nicotine+" -VERSION="1.2.10" +VERSION="1.2.12" CATEGORY="network" SHORT_DESC="Nicotine+ is a client for the SoulSeek filesharing network." MAINTAINER="claudinei@slitaz.org" @@ -9,13 +9,13 @@ WEB_SITE="http://www.nicotine-plus.org" WGET_URL="http://ufpr.dl.sourceforge.net/sourceforge/nicotine-plus/$TARBALL" DEPENDS="gtk+ python pygtk" -BUILD_DEPENDS="python-dev" +BUILD_DEPENDS="python-dev pygtk-dev" # Rules to configure and make the package. compile_rules() { cd $src - python setup.py clean install --root=$PWD/_pkg + python setup.py install --root=$PWD/_pkg } # Rules to gen a SliTaz package suitable for Tazpkg. @@ -23,5 +23,6 @@ { mkdir -p $fs/usr cp -a $_pkg/usr $fs + mv $fs/usr/bin/nicotine.py $fs/usr/bin/nicotine }