# SliTaz package receipt. PACKAGE="pkcs" VERSION="2.20" CATEGORY="development" SHORT_DESC="Public-key cryptography devel files" MAINTAINER="slaxemulator@gmail.com" LICENSE="MIT" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="https://truecrypt.sourceforge.net/" WGET_URL="https://web.archive.org/web/20230311084226if_/https://mirrors.mit.edu/archlinux/other/tc/$TARBALL" genpkg_rules() { mkdir -p $fs/usr/include/pkcs cp -a $src/* $fs/usr/include/pkcs }