wok-stable annotate elfutils-dev/receipt @ rev 7650
Add squashfs+xz to kernel. This allows for greater compressing then lzma and it will work without cause a kernel opps. As long as the custom code for freeing lzma initramfs stays with lzma initramfs.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Dec 14 21:45:09 2010 +0000 (2010-12-14) |
parents | 7a5a8b260812 |
children | c3cfe0319137 |
rev | line source |
---|---|
pascal@5942 | 1 # SliTaz package receipt. |
pascal@5942 | 2 |
pascal@5942 | 3 PACKAGE="elfutils-dev" |
slaxemulator@6928 | 4 VERSION="0.149" |
pascal@5942 | 5 CATEGORY="development" |
pascal@5942 | 6 SHORT_DESC="ELF object file access library, development files." |
pascal@5942 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
slaxemulator@6928 | 8 DEPENDS="elfutils" |
pascal@5942 | 9 WEB_SITE="http://fedorahosted.org/elfutils/" |
pascal@5942 | 10 WANTED="elfutils" |
pascal@5942 | 11 |
pascal@5942 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@5942 | 13 genpkg_rules() |
pascal@5942 | 14 { |
pascal@5942 | 15 mkdir -p $fs/usr/lib |
pascal@5942 | 16 cp -a $_pkg/usr/lib/*a $fs/usr/lib |
pascal@5942 | 17 cp -a $_pkg/usr/include $fs/usr |
pascal@5942 | 18 } |