wok-next annotate trash-cli/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
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 }