wok-current view lguest/receipt @ rev 5587
xorg-libX11 : add xcb support; needed for xorg-xf86-video-* XvMC support
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Mon May 17 07:33:49 2010 -0400 (2010-05-17) |
parents | cf9d17558e0f |
children | 6983e3ea2b66 |
line source
1 # SliTaz package receipt.
3 PACKAGE="lguest"
4 VERSION="2.6.33.4"
5 CATEGORY="base-system"
6 SHORT_DESC="The Linux kernel paravirtualization tool."
7 MAINTAINER="devel@slitaz.org"
8 WEB_SITE="http://www.kernel.org/"
9 WANTED="linux"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/sbin
15 cp $src/Documentation/lguest/lguest $fs/usr/sbin
16 }