wok annotate foo2xqx-data/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 9ee8f780e1e1
children 610b24fa3c65
rev   line source
pascal@17318 1 # SliTaz package receipt.
pascal@17318 2
pascal@17318 3 PACKAGE="foo2xqx-data"
pascal@17318 4 VERSION="20141104"
pascal@17318 5 CATEGORY="non-free"
pascal@17318 6 SHORT_DESC="a linux printer driver for XQX stream protocol, firmware files."
pascal@17318 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@17318 8 LICENSE="other"
pascal@25417 9 WEB_SITE="https://github.com/koenkooi/foo2zjs/"
pascal@17318 10 WANTED="foo2xqx"
pascal@17318 11
pascal@17318 12 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@17318 13 genpkg_rules()
pascal@17318 14 {
pascal@17318 15 mkdir -p $fs/usr
pascal@17318 16 cp -a $install/usr/share $fs/usr
pascal@17318 17 }