wok annotate pkcs/receipt @ rev 17277

linux64-*: update src var (for list_modules.sh)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 25 17:44:24 2014 +0200 (2014-10-25)
parents 9519b6baf698
children df63c4ce07f8
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"
pascal@15601 8 LICENSE="MIT"
slaxemulator@10347 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
slaxemulator@10347 10 WEB_SITE="http://www.truecrypt.org/"
slaxemulator@10347 11 WGET_URL="ftp://ftp.archlinux.org/other/tc/$TARBALL"
slaxemulator@10347 12
slaxemulator@10347 13 genpkg_rules()
slaxemulator@10347 14 {
slaxemulator@10347 15 mkdir -p $fs/usr/include/pkcs
slaxemulator@10347 16 cp -a $src/* $fs/usr/include/pkcs
slaxemulator@10347 17 }