wok-next annotate beecrypt/receipt @ rev 19736

Up acl, babl, beecrypt, bind, bzip2, cookutils, openssl.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon May 29 11:14:00 2017 +0300 (2017-05-29)
parents 8d6f480bf664
children 835b3b8ce6ac
rev   line source
al@19736 1 # SliTaz package receipt v2.
erjo@1433 2
erjo@1433 3 PACKAGE="beecrypt"
slaxemulator@6518 4 VERSION="4.2.1"
al@19736 5 CATEGORY="security"
al@19736 6 SHORT_DESC="BeeCrypt Cryptography Library"
erjo@1433 7 MAINTAINER="erjo@slitaz.org"
pascal@15482 8 LICENSE="GPL2 LGPL2.1"
erjo@1433 9 WEB_SITE="http://beecrypt.sourceforge.net/"
jozee@3567 10 TAGS="cryptography toolkit"
erjo@1433 11
al@19736 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@19736 13 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
al@19736 14 TARBALL_SHA256="286f1f56080d1a6b1d024003a5fa2158f4ff82cae0c6829d3c476a4b5898c55d"
al@19736 15
pascal@15482 16 BUILD_DEPENDS="python-dev"
al@19736 17 SPLIT="beecrypt-dev"
pascal@15482 18
erjo@1433 19 # Rules to configure and make the package.
erjo@1433 20 compile_rules()
erjo@1433 21 {
al@19736 22 ./configure \
al@19736 23 --without-cplusplus \
al@19736 24 $CONFIGURE_ARGS &&
al@19736 25 make && make install
erjo@1433 26 }
erjo@1433 27
erjo@1433 28 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@1433 29 genpkg_rules()
erjo@1433 30 {
al@19736 31 case $PACKAGE in
al@19736 32 beecrypt) copy @std ;;
al@19736 33 beecrypt-dev) copy @dev ;;
al@19736 34 esac
erjo@1433 35 }