wok-next annotate trash-cli/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 | 6c73b944e8dd |
children |
rev | line source |
---|---|
al@21020 | 1 # SliTaz package receipt v2. |
paul@16741 | 2 |
paul@16741 | 3 PACKAGE="trash-cli" |
paul@16741 | 4 VERSION="0.12.9.14" |
paul@16741 | 5 CATEGORY="utilities" |
al@21020 | 6 SHORT_DESC="Command line interface to the freedesktop.org trashcan" |
paul@16741 | 7 MAINTAINER="paul@slitaz.org" |
pascal@17216 | 8 LICENSE="GPL2" |
al@21020 | 9 WEB_SITE="https://github.com/andreafrancia/trash-cli" |
al@21020 | 10 |
paul@16741 | 11 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
paul@16741 | 12 WGET_URL="git|git://github.com/andreafrancia/trash-cli" |
paul@16741 | 13 |
al@20444 | 14 BUILD_DEPENDS="git bzip2 python-dev" |
paul@16741 | 15 |
al@21020 | 16 compile_rules() { |
al@21020 | 17 python -B setup.py build && |
al@21020 | 18 python -B setup.py install --root=$install |
paul@16741 | 19 } |
paul@16741 | 20 |
al@21020 | 21 genpkg_rules() { |
al@21020 | 22 copy @std |
al@21020 | 23 DEPENDS="python" |
paul@16741 | 24 } |