wok-next annotate bcrypt/receipt @ rev 21610

updated e2fsprogs (1.44.5 -> 1.45.6)
author Hans-G?nter Theisgen
date Thu Jun 25 10:07:33 2020 +0100 (2020-06-25)
parents cc6b64a4c196
children
rev   line source
erjo@4383 1 # SliTaz package receipt.
erjo@4383 2
erjo@4383 3 PACKAGE="bcrypt"
erjo@4383 4 VERSION="1.1"
erjo@4383 5 CATEGORY="security"
erjo@4383 6 SHORT_DESC="File encryption utility"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15579 8 LICENSE="BSD"
al@19275 9 WEB_SITE="http://bcrypt.sourceforge.net/"
al@21020 10
erjo@4383 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@21020 12 WGET_URL="http://bcrypt.sourceforge.net/$TARBALL"
erjo@4383 13
pascal@15579 14 BUILD_DEPENDS="zlib-dev"
pascal@15579 15
al@21020 16 compile_rules() {
al@21020 17 make &&
al@21020 18 install -Dm755 bcrypt $install/usr/bin/bcrypt || return 1
al@19275 19
al@19279 20 cook_pick_manpages bcrypt.1
erjo@4383 21 }
erjo@4383 22
al@21020 23 genpkg_rules() {
al@21020 24 copy @std
al@21020 25 DEPENDS="zlib"
al@21020 26 TAGS="encrypt"
erjo@4383 27 }