wok-next view nicotine+/receipt @ rev 21017

Some maintenance
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 16 16:46:05 2018 +0300 (2018-10-16)
parents c022997c7a57
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="nicotine+"
4 VERSION="1.2.16"
5 CATEGORY="network"
6 SHORT_DESC="Nicotine+ is a client for the SoulSeek filesharing network"
7 MAINTAINER="claudinei@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="http://www.nicotine-plus.org"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$SF_MIRROR/nicotine-plus/$TARBALL"
14 BUILD_DEPENDS="python-dev python-pygtk-dev"
16 compile_rules() {
17 python setup.py install --root=$DESTDIR || return 1
19 mv $install/usr/bin/nicotine.py $install/usr/bin/nicotine
20 }
22 genpkg_rules() {
23 copy @std *.mo
24 DEPENDS="gtk2 python python-pygtk"
25 TAGS="fileshare p2p peer-to-peer"
26 }