
Receipt for package "python-asn1crypto"
# SliTaz package receipt. PACKAGE="python-asn1crypto" VERSION="0.24.0" CATEGORY="development" SHORT_DESC="Python ASN.1 library with a focus on performance and a pythonic API" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="MIT" WEB_SITE="https://github.com/wbond/asn1crypto" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://github.com/wbond/asn1crypto/archive/$VERSION.tar.gz" DEPENDS="python" BUILD_DEPENDS="python-setuptools" current_version() { wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \ sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' } # Rules to configure and make the package. compile_rules() { python setup.py install --prefix=/usr --root=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { cp -a $install/usr $fs/ }
6091 packages and 256114 files in current database (Thu Apr 3 00:00:04 2025)