wok annotate defragfs/receipt @ rev 18710
grub2: CVE-2015-8370 fix (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Dec 16 18:01:12 2015 +0100 (2015-12-16) |
parents | 83694a75d225 |
children | 370da83187ab |
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" |
pascal@18145 | 6 SHORT_DESC="Measurement and Report and Defrag fs/file fragmentation." |
pascal@18145 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@18145 | 8 LICENSE="GPL3" |
pascal@18145 | 9 TARBALL="$PACKAGE-$VERSION.gz" |
pascal@18145 | 10 WEB_SITE="http://defragfs.sourceforge.net/" |
pascal@18145 | 11 WGET_URL="http://vorboss.dl.sourceforge.net/project/$PACKAGE/$PACKAGE/$PACKAGE-${VERSION%.*}/$TARBALL" |
pascal@18145 | 12 |
pascal@18145 | 13 DEPENDS="perl" |
pascal@18145 | 14 |
pascal@18145 | 15 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@18145 | 16 genpkg_rules() |
pascal@18145 | 17 { |
pascal@18145 | 18 mkdir -p $fs/usr/bin |
pascal@18145 | 19 zcat $src/$TARBALL > $fs/usr/bin/defragfs |
pascal@18146 | 20 chmod 755 $fs/usr/bin/defragfs |
pascal@18145 | 21 } |