wok-next view pkcs/receipt @ rev 13024

aaphoto, joe, kmod, mplayer-svn, polkit-dev, polkit-pam, ruby-enterprise, wordpress, xfe-extras: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 11 16:33:12 2012 +0200 (2012-06-11)
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 }