wok-next annotate defragfs/receipt @ rev 21105

Small updates... "bzip2" and "cairo": follow "libpkg - pkg - pkg-dev" rule
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jan 04 17:29:48 2019 +0200 (2019-01-04)
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 }