wok-next view beecrypt/receipt @ rev 20790

1. update also pinentry-gtk to new version 2. add to both fltk-dev so fltk-config is found 3. I want to force also a build to see if it really builds OKish here (see wok-build)
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 11:23:42 2018 +0000 (2018-06-09)
parents 11f96bc53c0e
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="beecrypt"
4 VERSION="4.2.1"
5 CATEGORY="security"
6 SHORT_DESC="BeeCrypt Cryptography Library"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2 LGPL2.1"
9 WEB_SITE="http://beecrypt.sourceforge.net/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
13 TARBALL_SHA256="286f1f56080d1a6b1d024003a5fa2158f4ff82cae0c6829d3c476a4b5898c55d"
15 BUILD_DEPENDS="python-dev"
16 SPLIT="beecrypt-dev"
18 compile_rules() {
19 ./configure \
20 --without-cplusplus \
21 $CONFIGURE_ARGS &&
22 fix libtool &&
23 make &&
24 make install
25 }
27 genpkg_rules() {
28 case $PACKAGE in
29 beecrypt)
30 copy @std
31 TAGS="cryptography toolkit"
32 ;;
33 *-dev)
34 copy @dev
35 ;;
36 esac
37 }