wok diff crypthook/receipt @ rev 20255

firefox, thunderbird: try to force i686
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 13 21:40:37 2018 +0100 (2018-03-13)
parents
children b569b85b0fb9
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/crypthook/receipt	Tue Mar 13 21:40:37 2018 +0100
     1.3 @@ -0,0 +1,30 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="crypthook"
     1.7 +GITHASH="0728cd191f0638f52f8d6af8a9482a4996322ffc"
     1.8 +VERSION=${GITHASH:0:7}
     1.9 +CATEGORY="security"
    1.10 +SHORT_DESC="TCP/UDP symmetric encryption tunnel wrapper."
    1.11 +MAINTAINER="pascal.bellard@slitaz.org"
    1.12 +LICENSE="MIT"
    1.13 +TARBALL="$PACKAGE-$VERSION.zip"
    1.14 +WEB_SITE="https://github.com/chokepoint/CryptHook"
    1.15 +WGET_URL="$WEB_SITE/archive/$GITHASH.zip"
    1.16 +
    1.17 +DEPENDS="libcrypto"
    1.18 +BUILD_DEPENDS="openssl-dev"
    1.19 +
    1.20 +# Rules to configure and make the package.
    1.21 +compile_rules()
    1.22 +{
    1.23 +	make
    1.24 +}
    1.25 +
    1.26 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.27 +genpkg_rules()
    1.28 +{
    1.29 +	mkdir -p $fs/usr/lib $install/usr/share/doc
    1.30 +	cp -a $src/README.md $install/usr/share/doc
    1.31 +	cp -a $src/crypthook.so $fs/usr/lib
    1.32 +}
    1.33 +