wok annotate tcpcrypt-dev/receipt @ rev 18888
Add aurorials-theme and madeirado-theme (Art by Leonardo Laporte, theme switchers mine)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Feb 12 15:51:10 2016 +0200 (2016-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 } |