wok-next view nicotine+/receipt @ rev 21010

Small updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Oct 12 16:40:30 2018 +0300 (2018-10-12)
parents d43bf7aae921
children f48456621a9d
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="gtk+ python python-pygtk"
25 TAGS="fileshare p2p peer-to-peer"
26 }