wok annotate libaal-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 | |
children | 6c3718ca17b6 |
rev | line source |
---|---|
pascal@1689 | 1 # SliTaz package receipt. |
pascal@1689 | 2 |
pascal@1689 | 3 PACKAGE="libaal-dev" |
pascal@1689 | 4 VERSION="1.0.5" |
pascal@1689 | 5 CATEGORY="development" |
pascal@1689 | 6 SHORT_DESC="Application abstraction library development files." |
pascal@1689 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@1689 | 8 WEB_SITE="http://www.kernel.org/" |
pascal@1689 | 9 WANTED="libaal" |
pascal@1689 | 10 |
pascal@1689 | 11 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@1689 | 12 genpkg_rules() |
pascal@1689 | 13 { |
pascal@1689 | 14 mkdir -p $fs/usr/lib |
pascal@1689 | 15 cp -a $_pkg/usr/lib/*a $fs/usr/lib |
pascal@1689 | 16 cp -a $_pkg/usr/include $fs/usr |
pascal@1689 | 17 cp -a $_pkg/usr/share $fs/usr |
pascal@1689 | 18 } |
pascal@1689 | 19 |