wok annotate defrag/receipt @ rev 17074

Add iotop
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 23 13:15:02 2014 +0200 (2014-08-23)
parents 7c80dceca214
children 3ccc69bd69ec
rev   line source
pascal@13303 1 # SliTaz package receipt.
pascal@13303 2
pascal@13303 3 PACKAGE="defrag"
pascal@13303 4 VERSION="0.08"
pascal@13303 5 CATEGORY="misc"
pascal@13303 6 SHORT_DESC="A defragmentation script."
pascal@13303 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@16660 8 LICENSE="unknown"
pascal@13303 9 WEB_SITE="http://ck.kolivas.org/apps/defrag/README"
pascal@13303 10 URL="$(dirname $WEB_SITE)/$PACKAGE-$VERSION/$PACKAGE"
pascal@13303 11 SUGGESTED="shaker"
pascal@13303 12 DEPENDS="bash"
pascal@13303 13
pascal@13303 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@13303 15 genpkg_rules()
pascal@13303 16 {
pascal@13303 17 mkdir -p $fs/usr/bin
pascal@13303 18 wget -P $fs/usr/bin $URL
pascal@13303 19 }