wok-next view pkcs/receipt @ rev 20199
Up firmware (fix some multiline or empty descriptions), gettext, gtk-theme-blackbird, libmpd, libmpdclient, openbox & openbox-max (keep default Clearlooks theme), xfce4-icon-theme, xfce4-taskmanager, xfmpc. terminal -> xfce4-terminal, xfce4-ristretto -> ristretto (weird, but we agreed to call packages according to sources tarballs).
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Nov 03 16:28:49 2017 +0200 (2017-11-03) |
parents | 23c3aed67cd9 |
children | d5aab818505e |
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 WEB_SITE="http://www.truecrypt.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="ftp://ftp.archlinux.org/other/tc/$TARBALL"
14 compile_rules() {
15 mkdir -p $install/usr/include/pkcs
16 cp -r $src/* $install/usr/include/pkcs
17 }
19 genpkg_rules() {
20 copy @dev
21 }