wok annotate pkcs/receipt @ rev 14908

slitaz-i18n: rewrite locale-pack.functions; slitaz-configs: now generate openbox desktop menu using po files; locale-*: update using new locale-pack.functions (FIXME: post_remove)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Aug 03 17:37:48 2013 +0300 (2013-08-03)
parents d4594df2a25b
children 23c3aed67cd9
rev   line source
slaxemulator@10347 1 # SliTaz package receipt.
slaxemulator@10347 2
slaxemulator@10347 3 PACKAGE="pkcs"
slaxemulator@10347 4 VERSION="2.20"
slaxemulator@10367 5 CATEGORY="development"
slaxemulator@10347 6 SHORT_DESC="Public-key cryptography devel files"
slaxemulator@10347 7 MAINTAINER="slaxemulator@gmail.com"
slaxemulator@10347 8 TARBALL="$PACKAGE-$VERSION.tar.gz"
slaxemulator@10347 9 WEB_SITE="http://www.truecrypt.org/"
slaxemulator@10347 10 WGET_URL="ftp://ftp.archlinux.org/other/tc/$TARBALL"
slaxemulator@10347 11
slaxemulator@10347 12 genpkg_rules()
slaxemulator@10347 13 {
slaxemulator@10347 14 mkdir -p $fs/usr/include/pkcs
slaxemulator@10347 15 cp -a $src/* $fs/usr/include/pkcs
slaxemulator@10347 16 }