wok-next view 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
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 }