wok view defrag/receipt @ rev 16894

qt4-phonon: typo
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Mon Jul 14 14:48:01 2014 +0300 (2014-07-14)
parents 7c80dceca214
children 3ccc69bd69ec
line source
1 # SliTaz package receipt.
3 PACKAGE="defrag"
4 VERSION="0.08"
5 CATEGORY="misc"
6 SHORT_DESC="A defragmentation script."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="unknown"
9 WEB_SITE="http://ck.kolivas.org/apps/defrag/README"
10 URL="$(dirname $WEB_SITE)/$PACKAGE-$VERSION/$PACKAGE"
11 SUGGESTED="shaker"
12 DEPENDS="bash"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/bin
18 wget -P $fs/usr/bin $URL
19 }