wok-stable annotate lguest/receipt @ rev 5406
Up: mtpaint (3.31) - Added bzip2 and acl to build depends.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun May 02 23:15:57 2010 +0000 (2010-05-02) |
parents | d3d7a8442ba4 |
children | 14241a138e93 |
rev | line source |
---|---|
pascal@4507 | 1 # SliTaz package receipt. |
pascal@4507 | 2 |
pascal@4507 | 3 PACKAGE="lguest" |
slaxemulator@5370 | 4 VERSION="2.6.33.2" |
pascal@4507 | 5 CATEGORY="base-system" |
pascal@4507 | 6 SHORT_DESC="The Linux kernel paravirtualization tool." |
pascal@4507 | 7 MAINTAINER="devel@slitaz.org" |
pascal@4507 | 8 WEB_SITE="http://www.kernel.org/" |
pascal@4507 | 9 WANTED="linux" |
pascal@4507 | 10 |
pascal@4507 | 11 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@4507 | 12 genpkg_rules() |
pascal@4507 | 13 { |
pascal@4507 | 14 mkdir -p $fs/usr/sbin |
pascal@4507 | 15 cp $src/Documentation/lguest/lguest $fs/usr/sbin |
pascal@4507 | 16 } |