wok view pkcs/receipt @ rev 25726
renamed xfce4-ristretto to ristretto
author | Hans-G?nter Theisgen |
---|---|
date | Sat Aug 17 17:30:48 2024 +0100 (2 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 }