wok-next view nicotine+/receipt @ rev 21578

updated davfs2 (1.5.4 -> 1.5.6)
author Hans-G?nter Theisgen
date Tue Jun 23 15:33:53 2020 +0100 (2020-06-23)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="nicotine+"
4 VERSION="1.2.16"
5 CATEGORY="network"
6 SHORT_DESC="SoulSeek filesharing network client"
7 MAINTAINER="claudinei@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://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 -B setup.py install --root=$install || 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 }