wok rev 25484

created recipe for py3k-cryptography
author Hans-G?nter Theisgen
date Mon Oct 17 07:58:57 2022 +0100 (18 months ago)
parents bf5cc66f2a2b
children 2155b2665e26
files py3k-cryptography/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/py3k-cryptography/receipt	Mon Oct 17 07:58:57 2022 +0100
     1.3 @@ -0,0 +1,32 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="py3k-cryptography"
     1.7 +VERSION="3.3.2"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="Python library exposing cryptographic recipes and primitives."
    1.10 +MAINTAINER="maintainer@slitaz.org"
    1.11 +LICENSE="BSD"
    1.12 +WEB_SITE="https://cryptography.io/"
    1.13 +
    1.14 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15 +WGET_URL="https://github.com/pyca/cryptography/archive/$VERSION.tar.gz"
    1.16 +
    1.17 +DEPENDS="py3k py3k-asn1crypto py3k-six"
    1.18 +BUILD_DEPENDS="openssl-dev py3k-cffi py3k-cparser py3k-dev
    1.19 +	py3k-setuptools_scm"
    1.20 +
    1.21 +# Rules to configure and make the package.
    1.22 +compile_rules()
    1.23 +{
    1.24 +	python3	setup.py	\
    1.25 +		install		\
    1.26 +		--prefix=/usr	\
    1.27 +		--root=$DESTDIR
    1.28 +}
    1.29 +
    1.30 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.31 +genpkg_rules()
    1.32 +{
    1.33 +#	cp -a $install/usr $fs/
    1.34 +	cook_copy_folders	lib
    1.35 +}