wok-next annotate 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
rev   line source
al@20513 1 # SliTaz package receipt v2.
claudinei@2921 2
claudinei@2921 3 PACKAGE="nicotine+"
slaxemulator@7954 4 VERSION="1.2.16"
claudinei@2955 5 CATEGORY="network"
al@20513 6 SHORT_DESC="Nicotine+ is a client for the SoulSeek filesharing network"
claudinei@2921 7 MAINTAINER="claudinei@slitaz.org"
pascal@15584 8 LICENSE="GPL3"
al@20513 9 WEB_SITE="http://www.nicotine-plus.org"
al@20513 10
claudinei@2921 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20513 12 WGET_URL="$SF_MIRROR/nicotine-plus/$TARBALL"
pascal@15584 13
al@20932 14 BUILD_DEPENDS="python-dev python-pygtk-dev"
claudinei@2921 15
al@20513 16 compile_rules() {
al@20513 17 python setup.py install --root=$DESTDIR || return 1
al@20513 18
al@20513 19 mv $install/usr/bin/nicotine.py $install/usr/bin/nicotine
claudinei@2921 20 }
claudinei@2921 21
al@20513 22 genpkg_rules() {
al@20513 23 copy @std *.mo
al@21017 24 DEPENDS="gtk2 python python-pygtk"
al@20513 25 TAGS="fileshare p2p peer-to-peer"
claudinei@2921 26 }