wok annotate python-asn1crypto/receipt @ rev 22805

updated gawk (4.2.1 -> 5.0.1)
author Hans-G?nter Theisgen
date Tue Jan 28 10:03:39 2020 +0100 (2020-01-28)
parents
children 5ea0ce1cecc0
rev   line source
pascal@21812 1 # SliTaz package receipt.
pascal@21812 2
pascal@21812 3 PACKAGE="python-asn1crypto"
pascal@21812 4 VERSION="0.24.0"
pascal@21812 5 CATEGORY="development"
pascal@21812 6 SHORT_DESC="Python ASN.1 library with a focus on performance and a pythonic API"
pascal@21812 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@21812 8 LICENSE="MIT"
pascal@21812 9 WEB_SITE="https://github.com/wbond/asn1crypto"
pascal@21812 10 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@21812 11 WGET_URL="https://github.com/wbond/asn1crypto/archive/$VERSION.tar.gz"
pascal@21812 12
pascal@21812 13 DEPENDS="python"
pascal@21812 14 BUILD_DEPENDS="python-setuptools"
pascal@21812 15
pascal@21812 16 # Rules to configure and make the package.
pascal@21812 17 compile_rules()
pascal@21812 18 {
pascal@21812 19 python setup.py install --prefix=/usr --root=$DESTDIR
pascal@21812 20 }
pascal@21812 21
pascal@21812 22 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@21812 23 genpkg_rules()
pascal@21812 24 {
pascal@21812 25 cp -a $install/usr $fs/
pascal@21812 26 }