wok-next annotate nicotine+/receipt @ rev 21020
Cleaning is almost finished... I should proceed to upgrades.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Nov 02 14:15:08 2018 +0200 (2018-11-02) |
parents | f48456621a9d |
children | 3bc985504162 |
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" |
al@21020 | 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@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 } |