wok-6.x view pkcs/receipt @ rev 10461
python-formencode: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed May 25 11:27:37 2011 +0200 (2011-05-25) |
parents | d4594df2a25b |
children | 23c3aed67cd9 |
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 }