wok view defragfs/receipt @ rev 21079

jabberd2: removed modification of util/log.c
author Hans-G?nter Theisgen
date Fri Mar 15 12:52:51 2019 +0100 (2019-03-15)
parents 83694a75d225
children 370da83187ab
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 TARBALL="$PACKAGE-$VERSION.gz"
10 WEB_SITE="http://defragfs.sourceforge.net/"
11 WGET_URL="http://vorboss.dl.sourceforge.net/project/$PACKAGE/$PACKAGE/$PACKAGE-${VERSION%.*}/$TARBALL"
13 DEPENDS="perl"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/bin
19 zcat $src/$TARBALL > $fs/usr/bin/defragfs
20 chmod 755 $fs/usr/bin/defragfs
21 }