wok-next view defragfs/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents d5aab818505e
children
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/"
10 HOST_ARCH="any"
12 TARBALL="$PACKAGE-$VERSION.gz"
13 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
15 genpkg_rules() {
16 mkdir -p $fs/usr/bin
17 zcat $src/$TARBALL > $fs/usr/bin/defragfs
18 chmod 755 $fs/usr/bin/defragfs
19 DEPENDS="perl"
20 }