wok-next view nicotine+/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
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 }