wok annotate pyopenssl/receipt @ rev 23823

created recipes for qt5 packages
author Hans-G?nter Theisgen
date Thu May 28 10:56:20 2020 +0100 (2020-05-28)
parents 5d50a02468c7
children 5ea0ce1cecc0
rev   line source
pascal@2150 1 # SliTaz package receipt.
pascal@2150 2
pascal@2150 3 PACKAGE="pyopenssl"
Hans-G?nter@23463 4 VERSION="19.1.0"
pascal@2150 5 CATEGORY="development"
pascal@2150 6 SHORT_DESC="OpenSSL library subset wrapper for python."
pascal@2150 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15376 8 LICENSE="Apache"
slaxemulator@9463 9 WEB_SITE="https://launchpad.net/pyopenssl/"
pascal@15376 10
Hans-G?nter@23463 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
Hans-G?nter@23463 12 WGET_URL="https://github.com/pyca/$PACKAGE/archive/$VERSION.tar.gz"
Hans-G?nter@23463 13
Hans-G?nter@23463 14 DEPENDS="openssl python"
Hans-G?nter@23463 15 BUILD_DEPENDS="openssl-dev python python-dev python-setuptools"
pascal@2150 16
pascal@2150 17 # Rules to configure and make the package.
pascal@2150 18 compile_rules()
pascal@2150 19 {
slaxemulator@9463 20 python setup.py build && python setup.py install --root=$DESTDIR
pascal@2150 21 }
pascal@2150 22
pascal@2150 23 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@2150 24 genpkg_rules()
pascal@2150 25 {
Hans-G?nter@23463 26 cp -a $install/usr $fs
pascal@2150 27 }