wok view pkcs/receipt @ rev 25542

linux-cloop: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Mar 11 09:15:29 2023 +0000 (14 months ago)
parents 7f7bd3c9775e
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 LICENSE="MIT"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="https://truecrypt.sourceforge.net/"
11 WGET_URL="https://web.archive.org/web/20230311084226if_/https://mirrors.mit.edu/archlinux/other/tc/$TARBALL"
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/include/pkcs
16 cp -a $src/* $fs/usr/include/pkcs
17 }