wok view pkcs/receipt @ rev 22421

I see these >10 packages also got version updates due to xfce 4.12.0
author Erkan Yilmaz <erkan@slitaz.org>
date Sun Dec 15 09:13:38 2019 +0000 (2019-12-15)
parents 9519b6baf698
children df63c4ce07f8
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="http://www.truecrypt.org/"
11 WGET_URL="ftp://ftp.archlinux.org/other/tc/$TARBALL"
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/include/pkcs
16 cp -a $src/* $fs/usr/include/pkcs
17 }