wok annotate util-linux-sfdisk/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 | f4c22f009037 |
children | 4f122372e6f6 |
rev | line source |
---|---|
pankso@12480 | 1 # SliTaz package receipt. |
pankso@12480 | 2 |
pankso@12480 | 3 PACKAGE="util-linux-sfdisk" |
mojo@15713 | 4 VERSION="2.24" |
pankso@12480 | 5 CATEGORY="system-tools" |
pankso@12480 | 6 SHORT_DESC="The sfdisk utility from Util linux NG." |
pankso@12480 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@15201 | 8 LICENSE="GPL2" |
pankso@12480 | 9 WANTED="util-linux" |
pankso@12480 | 10 WEB_SITE="http://kernel.org/~kzak/util-linux/" |
pankso@12480 | 11 |
pascal@15000 | 12 DEPENDS="glibc-base ncurses" |
pascal@15000 | 13 |
pankso@12480 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@12480 | 15 genpkg_rules() |
pankso@12480 | 16 { |
pankso@12480 | 17 mkdir -p $fs/sbin |
pascal@15000 | 18 cp -a $install/sbin/sfdisk $fs/sbin |
pankso@12480 | 19 } |