wok-current view duviz/receipt @ rev 20383

p11-kit update: 0.6 (2011) -> 0.23.12 (2018)
author Erkan Yilmaz <erkan@slitaz.org>
date Wed Jun 20 09:49:15 2018 +0000 (2018-06-20)
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 }