wok annotate lvm2-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 (20 months ago) |
parents | 1aa68395bb51 |
children |
rev | line source |
---|---|
pascal@13545 | 1 # SliTaz package receipt. |
pascal@13545 | 2 |
pascal@13545 | 3 PACKAGE="lvm2-dev" |
Hans-G?nter@24867 | 4 VERSION="2.03.15" |
pascal@13545 | 5 CATEGORY="development" |
Hans-G?nter@23148 | 6 SHORT_DESC="Linux Logical Volume Manager - development files." |
pascal@13545 | 7 MAINTAINER="guillaume.michon@laposte.net" |
pascal@15000 | 8 LICENSE="GPL2" |
Hans-G?nter@23148 | 9 WEB_SITE="https://sourceware.org/lvm2/" |
pascal@13545 | 10 |
pascal@20441 | 11 DEPENDS="lvm2 pkg-config" |
Hans-G?nter@23148 | 12 WANTED="lvm2" |
pascal@15000 | 13 |
pascal@13545 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@13545 | 15 genpkg_rules() |
pascal@13545 | 16 { |
Hans-G?nter@24867 | 17 cook_copy_folders include |
pascal@13545 | 18 } |