wok-current annotate sord-dev/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 (2023-03-09) |
| parents | 870e1ce31226 |
| children |
| rev | line source |
|---|---|
| pascal@13383 | 1 # SliTaz package receipt. |
| pascal@13383 | 2 |
| pascal@13383 | 3 PACKAGE="sord-dev" |
| Hans-Günter@25316 | 4 VERSION="0.16.12" |
| pascal@13383 | 5 CATEGORY="development" |
| pascal@13383 | 6 SHORT_DESC="A lightweight C library for storing RDF data in memory, development files." |
| pascal@13383 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
| pascal@15593 | 8 LICENSE="ISC" |
| pascal@24894 | 9 WEB_SITE="https://drobilla.net/software/sord.html" |
| pascal@13383 | 10 |
| Hans-Günter@23659 | 11 DEPENDS="pkg-config sord" |
| Hans-Günter@21931 | 12 WANTED="sord" |
| pascal@13383 | 13 |
| pascal@13383 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
| pascal@13383 | 15 genpkg_rules() |
| pascal@13383 | 16 { |
| Hans-Günter@25316 | 17 cook_copy_folders include |
| Hans-Günter@25316 | 18 cook_copy_folders pkgconfig |
| pascal@13383 | 19 } |