wok annotate tcpcrypt-dev/receipt @ rev 21206
Add lbzip2 (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Apr 07 20:47:35 2019 +0200 (2019-04-07) |
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 } |