wok annotate tcpcrypt-dev/receipt @ rev 19683

Add: mate (a package to install all MATE desktop at once)
author Christophe Lincoln <pankso@slitaz.org>
date Sun Feb 12 00:43:16 2017 +0100 (2017-02-12)
parents
children f4d061b529ff
rev   line source
pascal@17068 1 # SliTaz package receipt.
pascal@17068 2
pascal@17068 3 PACKAGE="tcpcrypt-dev"
pascal@17068 4 VERSION="20140821"
pascal@17068 5 CATEGORY="development"
pascal@17068 6 SHORT_DESC="Attempts to encrypt (almost) all of your network traffic."
pascal@17068 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@17068 8 LICENSE="BSD"
pascal@17068 9 WEB_SITE="http://tcpcrypt.org/"
pascal@17068 10 WANTED="tcpcrypt"
pascal@17068 11
pascal@17068 12 DEPENDS="tcpcrypt"
pascal@17068 13
pascal@17068 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@17068 15 genpkg_rules()
pascal@17068 16 {
pascal@17068 17 mkdir -p $fs/usr/lib
pascal@17068 18 cp -a $install/usr/include $fs/usr
pascal@17068 19 cp -a $install/usr/lib/*a $fs/usr/lib
pascal@17068 20 }