wok annotate pycrypto/receipt @ rev 23621

updated ruby and ruby-dev (2.6.4 -> 2.7.1)
author Hans-G?nter Theisgen
date Tue Apr 14 15:51:31 2020 +0100 (2020-04-14)
parents 8dd8bab3f0ca
children 241fb98cab1c
rev   line source
pascal@2148 1 # SliTaz package receipt.
pascal@2148 2
pascal@2148 3 PACKAGE="pycrypto"
Hans-G?nter@23459 4 VERSION="2.6.1"
pascal@2148 5 CATEGORY="development"
pascal@2148 6 SHORT_DESC="Cryptographic algorithms and protocols for python."
pascal@2148 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15379 8 LICENSE="PublicDomain"
Hans-G?nter@23459 9 WEB_SITE="https://www.dlitz.net/software/pycrypto/"
Hans-G?nter@23459 10
pascal@2148 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
Hans-G?nter@23459 12 WGET_URL="https://ftp.dlitz.net/pub/dlitz/crypto/$PACKAGE/$TARBALL"
pascal@15379 13
Hans-G?nter@23459 14 DEPENDS="gmp python"
Hans-G?nter@23459 15 BUILD_DEPENDS="gmp-dev python-dev"
pascal@2148 16
pascal@2148 17 # Rules to configure and make the package.
pascal@2148 18 compile_rules()
pascal@2148 19 {
slaxemulator@10167 20 python setup.py build &&
slaxemulator@10167 21 python setup.py install --root=$DESTDIR
pascal@2148 22 }
pascal@2148 23
pascal@2148 24 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@2148 25 genpkg_rules()
pascal@2148 26 {
Hans-G?nter@23459 27 cp -a $install/usr $fs
pascal@2148 28 }