wok-current annotate util-linux-minix/receipt @ rev 18472
ghostscript, libv4l, slitaz-base-files: fix installation (thanks llev)
ghostscript: fix package upgrades;
libv4l: check multiple preloads in case of upgrade, not add preload if installation not finished/fails;
slitaz-base-files: not to overwrite real sudo.
ghostscript: fix package upgrades;
libv4l: check multiple preloads in case of upgrade, not add preload if installation not finished/fails;
slitaz-base-files: not to overwrite real sudo.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Oct 05 01:10:26 2015 +0300 (2015-10-05) |
parents | f4c22f009037 |
children | 4f122372e6f6 |
rev | line source |
---|---|
pankso@12480 | 1 # SliTaz package receipt. |
pankso@12480 | 2 |
pankso@12480 | 3 PACKAGE="util-linux-minix" |
mojo@15713 | 4 VERSION="2.24" |
pankso@12480 | 5 CATEGORY="system-tools" |
pankso@12480 | 6 SHORT_DESC="The minix utilities 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 |
pankso@12480 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@12480 | 13 genpkg_rules() |
pankso@12480 | 14 { |
pankso@12480 | 15 mkdir -p $fs/sbin |
pascal@15000 | 16 cp -a $install/sbin/*minix $fs/sbin |
pankso@12480 | 17 } |