wok view duviz/receipt @ rev 20283

security fixes from 0.3.1.9 (2017 Dec 1) and 0.3.1.10 (March 3)... further info: https://blog.torproject.org/new-stable-tor-releases-security-fixes-and-dos-prevention-03210-03110-02915
author Erkan Yilmaz <erkan@slitaz.org>
date Tue Mar 27 11:09:07 2018 +0000 (2018-03-27)
parents 7602ffa0c6a9
children 0e882acbc556
line source
1 # SliTaz package receipt.
3 PACKAGE="duviz"
4 VERSION="09032015"
5 CATEGORY="utilities"
6 SHORT_DESC="Disk space usage visualization utility."
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="http://soxofaan.github.io/duviz/"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WGET_URL="git|git://github.com/soxofaan/duviz"
13 DEPENDS="python"
14 BUILD_DEPENDS="git bzip2"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/bin
20 cp -a $src/duviz.py $fs/usr/bin/duviz
21 }