wok view xcb-util-dev/receipt @ rev 6488

Added parted of squashfs patch for kernel that was missing. I think its need since unlzma cause kernel oops. Its changes CONFIG_DECOMPRESS_LZMA to obj instead of a lib. I hope this didn't screw squashfs/kernel.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Sep 30 19:35:44 2010 +0000 (2010-09-30)
parents 143be71cc29d
children 4606cb6a6f69
line source
2 PACKAGE="xcb-util-dev"
3 VERSION="0.3.6"
4 CATEGORY="development"
5 SHORT_DESC="xcb-util development files"
6 MAINTAINER="mallory@sweetpeople.org"
7 WANTED="xcb-util"
8 WEB_SITE="http://xcb.freedesktop.org"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/lib
15 cp -a $_pkg/usr/include $fs/usr
16 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
17 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
18 }