wok-6.x annotate defrag/receipt @ rev 15153
otf-gfs: typos
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Aug 15 16:19:38 2013 +0000 (2013-08-15) |
parents | |
children | 10baa41a7882 |
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@13303 | 8 WEB_SITE="http://ck.kolivas.org/apps/defrag/README" |
pascal@13303 | 9 URL="$(dirname $WEB_SITE)/$PACKAGE-$VERSION/$PACKAGE" |
pascal@13303 | 10 SUGGESTED="shaker" |
pascal@13303 | 11 DEPENDS="bash" |
pascal@13303 | 12 |
pascal@13303 | 13 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@13303 | 14 genpkg_rules() |
pascal@13303 | 15 { |
pascal@13303 | 16 mkdir -p $fs/usr/bin |
pascal@13303 | 17 wget -P $fs/usr/bin $URL |
pascal@13303 | 18 } |