wok-next view nicotine+/receipt @ rev 20709

cdrdao: add patch.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat May 26 17:09:29 2018 +0300 (2018-05-26)
parents 16df76e1fc6a
children c022997c7a57
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 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 pygtk"
25 TAGS="fileshare p2p peer-to-peer"
26 }