wok view beecrypt-dev/receipt @ rev 5084

Fix: update clearlooks for them compatibility (thanks Rohit)
author Christophe Lincoln <pankso@slitaz.org>
date Sun Mar 14 23:12:24 2010 +0100 (2010-03-14)
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 }