wok view lguest/receipt @ rev 6490

Added pixman-dev and xorg-libpciaccess-dev to xorg-server-dev depends. Need for pkg-config to get cflags variable in xorg-server.pc file.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Oct 01 00:57:53 2010 +0000 (2010-10-01)
parents 14241a138e93
children 5355ffc461cf
line source
1 # SliTaz package receipt.
3 PACKAGE="lguest"
4 VERSION="2.6.34"
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 }