wok-next annotate pkcs/receipt @ rev 20232

enna, libsdl2-ttf, linphone: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Nov 06 08:50:36 2017 +0100 (2017-11-06)
parents 23c3aed67cd9
children d5aab818505e
rev   line source
slaxemulator@10347 1 # SliTaz package receipt.
slaxemulator@10347 2
slaxemulator@10347 3 PACKAGE="pkcs"
slaxemulator@10347 4 VERSION="2.20"
slaxemulator@10367 5 CATEGORY="development"
slaxemulator@10347 6 SHORT_DESC="Public-key cryptography devel files"
slaxemulator@10347 7 MAINTAINER="slaxemulator@gmail.com"
pascal@15601 8 LICENSE="MIT"
al@20057 9 WEB_SITE="http://www.truecrypt.org/"
al@20057 10
slaxemulator@10347 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
slaxemulator@10347 12 WGET_URL="ftp://ftp.archlinux.org/other/tc/$TARBALL"
slaxemulator@10347 13
al@20057 14 compile_rules() {
al@20057 15 mkdir -p $install/usr/include/pkcs
al@20057 16 cp -r $src/* $install/usr/include/pkcs
al@20057 17 }
al@20057 18
al@20057 19 genpkg_rules() {
al@20057 20 copy @dev
al@20057 21 }