wok annotate python-pyasn1/receipt @ rev 20423

Update some web_site to https
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 09 12:16:16 2018 +0200 (2018-08-09)
parents 4eebed152486
children 510973950b00
rev   line source
pascal@18222 1 # SliTaz package receipt.
pascal@18222 2
pascal@18222 3 PACKAGE="python-pyasn1"
pascal@18222 4 VERSION="0.1.8"
pascal@18222 5 CATEGORY="development"
pascal@18222 6 SHORT_DESC="ASN.1 types and codecs."
pascal@18222 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@18334 8 LICENSE="BSD"
pascal@18222 9 WEB_SITE="https://pypi.python.org/pypi/pyasn1"
pascal@18222 10 SOURCE="pyasn1"
pascal@18222 11 TARBALL="$SOURCE-$VERSION.tar.gz"
pascal@18222 12 WGET_URL="https://pypi.python.org/packages/source/p/pyasn1/$TARBALL"
pascal@18222 13
pascal@18222 14 DEPENDS="python"
pascal@18222 15 BUILD_DEPENDS="wget python-dev"
pascal@18222 16
pascal@18222 17 # Rules to configure and make the package.
pascal@18222 18 compile_rules()
pascal@18222 19 {
pascal@18222 20 python setup.py install --prefix=/usr --root=$DESTDIR
pascal@18222 21 }
pascal@18222 22
pascal@18222 23 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@18222 24 genpkg_rules()
pascal@18222 25 {
pascal@18222 26 cp -a $install/usr $fs/
pascal@18222 27 }