wok-next annotate nicotine+/receipt @ rev 21590

updated dialog (1.3-20181107 -> 1.3.20200327)
author Hans-G?nter Theisgen
date Wed Jun 24 07:00:06 2020 +0100 (2020-06-24)
parents d5aab818505e
children
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@21020 6 SHORT_DESC="SoulSeek filesharing network client"
claudinei@2921 7 MAINTAINER="claudinei@slitaz.org"
pascal@15584 8 LICENSE="GPL3"
pascal@21181 9 WEB_SITE="https://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@21020 17 python -B setup.py install --root=$install || 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 }