wok annotate python-stfl/receipt @ rev 25540

Update some web_site/wget_url with https
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Mar 09 18:12:54 2023 +0000 (15 months ago)
parents 2f4c5bbdd625
children
rev   line source
pascal@18444 1 # SliTaz package receipt.
pascal@18444 2
pascal@18444 3 PACKAGE="python-stfl"
pascal@18444 4 VERSION="0.24"
pascal@18444 5 CATEGORY="development"
pascal@18444 6 SHORT_DESC="Python bindings for tne Structured Terminal Forms Language/Library."
pascal@18444 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@18444 8 LICENSE="LGPL3"
pascal@25540 9 WEB_SITE="https://www.clifford.at/stfl/"
pascal@18444 10 WANTED="stfl"
pascal@18444 11
pascal@18444 12 DEPENDS="python stfl"
pascal@18444 13
pascal@18444 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@18444 15 genpkg_rules()
pascal@18444 16 {
pascal@18444 17 mkdir -p $fs/usr/lib
pascal@18444 18 cp -a $install/usr/lib/python* $fs/usr/lib
pascal@18444 19 }