wok-4.x view pkcs/receipt @ rev 12477

Up openssl 1.1.1n (bump packages curl, git, wget, python), up cherokee 1.2.104 and bdeps (automake, openldap, cyrus-sasl)
author Stanislas Leduc <shann@slitaz.org>
date Sun Apr 02 14:34:44 2023 +0000 (14 months ago)
parents d4594df2a25b
children
line source
1 # SliTaz package receipt.
3 PACKAGE="pkcs"
4 VERSION="2.20"
5 CATEGORY="development"
6 SHORT_DESC="Public-key cryptography devel files"
7 MAINTAINER="slaxemulator@gmail.com"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://www.truecrypt.org/"
10 WGET_URL="ftp://ftp.archlinux.org/other/tc/$TARBALL"
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/include/pkcs
15 cp -a $src/* $fs/usr/include/pkcs
16 }