wok view pkcs/receipt @ rev 17249

QtWeb, dooble, libQtGui, ncmpcpp, remind, tiptop, tmux-mem-cpu-load: fix ownership
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 19 12:21:07 2014 +0200 (2014-10-19)
parents 9519b6baf698
children df63c4ce07f8
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 LICENSE="MIT"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.truecrypt.org/"
11 WGET_URL="ftp://ftp.archlinux.org/other/tc/$TARBALL"
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/include/pkcs
16 cp -a $src/* $fs/usr/include/pkcs
17 }