wok-next annotate defragfs/receipt @ rev 21303

updated gujin (2.8.6 -> 2.8.7)
author Hans-G?nter Theisgen
date Tue Dec 10 07:57:29 2019 +0100 (2019-12-10)
parents d5aab818505e
children
rev   line source
pascal@18145 1 # SliTaz package receipt.
pascal@18145 2
pascal@18145 3 PACKAGE="defragfs"
pascal@18145 4 VERSION="1.1.1"
pascal@18145 5 CATEGORY="misc"
al@21020 6 SHORT_DESC="Measurement and Report and Defrag fs/file fragmentation"
pascal@18145 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@18145 8 LICENSE="GPL3"
al@21020 9 WEB_SITE="http://defragfs.sourceforge.net/"
al@21057 10 HOST_ARCH="any"
al@21020 11
pascal@18145 12 TARBALL="$PACKAGE-$VERSION.gz"
al@21020 13 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@18145 14
al@21020 15 genpkg_rules() {
pascal@18145 16 mkdir -p $fs/usr/bin
pascal@18145 17 zcat $src/$TARBALL > $fs/usr/bin/defragfs
pascal@18146 18 chmod 755 $fs/usr/bin/defragfs
al@21020 19 DEPENDS="perl"
pascal@18145 20 }