wok view pkcs/receipt @ rev 20011

Add: description.txt and links revision.
author Leonardo Laporte <hackdorte@yandex.com>
date Thu Aug 03 07:12:33 2017 -0300 (2017-08-03)
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 }