wok-next diff nicotine+/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents f48456621a9d
children 3bc985504162
line diff
     1.1 --- a/nicotine+/receipt	Tue Oct 16 16:46:05 2018 +0300
     1.2 +++ b/nicotine+/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.3 @@ -3,10 +3,10 @@
     1.4  PACKAGE="nicotine+"
     1.5  VERSION="1.2.16"
     1.6  CATEGORY="network"
     1.7 -SHORT_DESC="Nicotine+ is a client for the SoulSeek filesharing network"
     1.8 +SHORT_DESC="SoulSeek filesharing network client"
     1.9  MAINTAINER="claudinei@slitaz.org"
    1.10  LICENSE="GPL3"
    1.11 -WEB_SITE="http://www.nicotine-plus.org"
    1.12 +WEB_SITE="http://www.nicotine-plus.org/"
    1.13  
    1.14  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15  WGET_URL="$SF_MIRROR/nicotine-plus/$TARBALL"
    1.16 @@ -14,7 +14,7 @@
    1.17  BUILD_DEPENDS="python-dev python-pygtk-dev"
    1.18  
    1.19  compile_rules() {
    1.20 -	python setup.py install --root=$DESTDIR || return 1
    1.21 +	python -B setup.py install --root=$install || return 1
    1.22  
    1.23  	mv $install/usr/bin/nicotine.py $install/usr/bin/nicotine
    1.24  }