wok-next annotate tcpcrypt-dev/receipt @ rev 18491
lxpanel,pcmanfm: stuff/autostart: update NotShowIn
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Sat Oct 10 19:39:47 2015 +0200 (2015-10-10) |
parents | |
children |
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 } |