wok-next view defragfs/receipt @ rev 21031

Random updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Nov 03 15:42:26 2018 +0200 (2018-11-03)
parents 8809751bb68d
children 0cbe4b1f2230
line source
1 # SliTaz package receipt.
3 PACKAGE="defragfs"
4 VERSION="1.1.1"
5 CATEGORY="misc"
6 SHORT_DESC="Measurement and Report and Defrag fs/file fragmentation"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="http://defragfs.sourceforge.net/"
11 TARBALL="$PACKAGE-$VERSION.gz"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 genpkg_rules() {
15 mkdir -p $fs/usr/bin
16 zcat $src/$TARBALL > $fs/usr/bin/defragfs
17 chmod 755 $fs/usr/bin/defragfs
18 DEPENDS="perl"
19 }