wok-next diff duviz/receipt @ rev 18000
qemu: enable curses
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Apr 25 12:57:51 2015 +0200 (2015-04-25) |
parents | |
children | 46fc8daa3b41 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/duviz/receipt Sat Apr 25 12:57:51 2015 +0200 1.3 @@ -0,0 +1,21 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="duviz" 1.7 +VERSION="09032015" 1.8 +CATEGORY="utilities" 1.9 +SHORT_DESC="Disk space usage visualization utility." 1.10 +MAINTAINER="paul@slitaz.org" 1.11 +WEB_SITE="http://soxofaan.github.io/duviz/" 1.12 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.13 +WGET_URL="git|git://github.com/soxofaan/duviz" 1.14 + 1.15 +DEPENDS="python" 1.16 +BUILD_DEPENDS="git bzip2" 1.17 + 1.18 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.19 +genpkg_rules() 1.20 +{ 1.21 + mkdir -p $fs/usr/bin 1.22 + cp -a $src/duviz.py $fs/usr/bin/duviz 1.23 +} 1.24 +