wok annotate bcrypt/receipt @ rev 19083

Add themes from the Shimmer Project that fit GTK+2/3 at the same time
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 29 17:46:17 2016 +0300 (2016-04-29)
parents 0b4cf0d9e1b5
children 11b5e93cb5f2
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"
erjo@4383 7 MAINTAINER="erjo@slitaz.org"
pascal@15579 8 LICENSE="BSD"
erjo@4383 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
erjo@4383 10 WEB_SITE="http://bcrypt.sourceforge.net/"
erjo@4383 11 WGET_URL="http://bcrypt.sourceforge.net/${TARBALL}"
jozee@4932 12 TAGS="encrypt"
erjo@4383 13
pascal@15579 14 DEPENDS="zlib"
pascal@15579 15 BUILD_DEPENDS="zlib-dev"
pascal@15579 16
erjo@4383 17 # Rules to configure and make the package.
erjo@4383 18 compile_rules()
erjo@4383 19 {
erjo@4383 20 cd $src
gokhlayeh@8615 21 make
erjo@4383 22 }
erjo@4383 23
erjo@4383 24 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@4383 25 genpkg_rules()
erjo@4383 26 {
erjo@4383 27 mkdir -p $fs/usr/bin
erjo@4383 28 cp -a $src/bcrypt $fs/usr/bin
erjo@4383 29 }
erjo@4383 30