wok annotate lguest/receipt @ rev 19142
Down ffmpeg (2.8.7)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu May 19 12:09:28 2016 +0200 (2016-05-19) |
parents | eb689de65d7e |
children | ffc20f9bd49f |
rev | line source |
---|---|
pascal@4507 | 1 # SliTaz package receipt. |
pascal@4507 | 2 |
pascal@4507 | 3 PACKAGE="lguest" |
pascal@18296 | 4 VERSION="3.2.71" |
pascal@4507 | 5 CATEGORY="base-system" |
pascal@4507 | 6 SHORT_DESC="The Linux kernel paravirtualization tool." |
pascal@4507 | 7 MAINTAINER="devel@slitaz.org" |
pascal@15002 | 8 LICENSE="GPL2" |
pascal@4507 | 9 WEB_SITE="http://www.kernel.org/" |
pascal@4507 | 10 WANTED="linux" |
pascal@4507 | 11 |
pascal@4507 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@4507 | 13 genpkg_rules() |
pascal@4507 | 14 { |
pascal@4507 | 15 mkdir -p $fs/usr/sbin |
pascal@12637 | 16 cp $src/Documentation/virtual/lguest/lguest $fs/usr/sbin |
pascal@4507 | 17 } |