wok view beecrypt-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 2aa439578fcc
children 0169e132cc40
line source
1 # SliTaz package receipt.
3 PACKAGE="beecrypt-dev"
4 VERSION="4.1.2"
5 CATEGORY="development"
6 SHORT_DESC="Cryptography Library dev files"
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS=""
9 BUILD_DEPENDS=""
10 WANTED="beecrypt"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WEB_SITE="http://beecrypt.sourceforge.net/"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib
19 cp -a $_pkg/usr/include $fs/usr
20 cp -a $_pkg/usr/lib $fs/usr
21 # Deleting unnecessary file
22 find $fs/ -name "*.so*" -exec rm -f {} \;
23 }