wok view pkcs/receipt @ rev 14274

njconnect - source file is now fixed on upstream level ;-)
author Pawel P. <xj@wp.pl>
date Fri Apr 05 12:14:08 2013 +0000 (2013-04-05)
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 }